Updated docs for convert-to-jpeg

This commit is contained in:
Rhet Turnbull
2020-10-03 14:21:27 -07:00
parent 9324d8e795
commit d406d30414
2 changed files with 8 additions and 1 deletions

View File

@@ -1234,7 +1234,7 @@ def query(
"--convert-to-jpeg",
is_flag=True,
help="Convert all non-jpeg images (e.g. RAW, HEIC, PNG, etc) "
"to JPEG upon export.",
"to JPEG upon export. Only works if your Mac has a GPU.",
)
@click.option(
"--jpeg-quality",