Fixed documentation, #359
This commit is contained in:
@@ -491,10 +491,10 @@ Options:
|
|||||||
uses .jpeg for edited images but many images
|
uses .jpeg for edited images but many images
|
||||||
are imported with .jpg or .JPG which can
|
are imported with .jpg or .JPG which can
|
||||||
result in multiple different extensions used
|
result in multiple different extensions used
|
||||||
for JPEG files upon export. Use --jpg-ext to
|
for JPEG files upon export. Use --jpeg-ext to
|
||||||
specify a single extension to use for all
|
specify a single extension to use for all
|
||||||
exported JPEG images. Valid values are jpeg,
|
exported JPEG images. Valid values are jpeg,
|
||||||
jpg, JPEG, JPG; e.g. '--jpg-ext jpg' to use
|
jpg, JPEG, JPG; e.g. '--jpeg-ext jpg' to use
|
||||||
'.jpg' for all JPEGs.
|
'.jpg' for all JPEGs.
|
||||||
--strip Optionally strip leading and trailing
|
--strip Optionally strip leading and trailing
|
||||||
whitespace from any rendered templates. For
|
whitespace from any rendered templates. For
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
""" version info """
|
""" version info """
|
||||||
|
|
||||||
__version__ = "0.40.5"
|
__version__ = "0.40.6"
|
||||||
|
|||||||
@@ -707,8 +707,8 @@ def cli(ctx, db, json_, debug):
|
|||||||
type=click.Choice(["jpeg", "jpg", "JPEG", "JPG"], case_sensitive=True),
|
type=click.Choice(["jpeg", "jpg", "JPEG", "JPG"], case_sensitive=True),
|
||||||
help="Specify file extension for JPEG files. Photos uses .jpeg for edited images but many images "
|
help="Specify file extension for JPEG files. Photos uses .jpeg for edited images but many images "
|
||||||
"are imported with .jpg or .JPG which can result in multiple different extensions used for JPEG files "
|
"are imported with .jpg or .JPG which can result in multiple different extensions used for JPEG files "
|
||||||
"upon export. Use --jpg-ext to specify a single extension to use for all exported JPEG images. "
|
"upon export. Use --jpeg-ext to specify a single extension to use for all exported JPEG images. "
|
||||||
"Valid values are jpeg, jpg, JPEG, JPG; e.g. '--jpg-ext jpg' to use '.jpg' for all JPEGs.",
|
"Valid values are jpeg, jpg, JPEG, JPG; e.g. '--jpeg-ext jpg' to use '.jpg' for all JPEGs.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"--strip",
|
"--strip",
|
||||||
|
|||||||
Reference in New Issue
Block a user