diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 7953a359..826114ea 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -380,8 +380,8 @@ def query( help="Create json sidecar for each photo exported " f"in format useable by exiftool ({_EXIF_TOOL_URL}) " "The sidecar file can be used to apply metadata to the file with exiftool, for example: " - '"exiftool -j=photo.jpg.json photo.jpg" ' - "The sidecar file is named in format photofilename.ext.json where ext is extension of the photo (e.g. jpg)", + '"exiftool -j=photoname.jpg.json photoname.jpg" ' + "The sidecar file is named in format photoname.ext.json where ext is extension of the photo (e.g. jpg)", ) @click.argument("dest", nargs=1) @click.pass_obj diff --git a/osxphotos/_version.py b/osxphotos/_version.py index 10304ccc..a27b61d2 100644 --- a/osxphotos/_version.py +++ b/osxphotos/_version.py @@ -1,3 +1,3 @@ """ version info """ -__version__ = "0.17.01" +__version__ = "0.17.02"