Fixed typo in docs
This commit is contained in:
@@ -883,7 +883,7 @@ Options:
|
|||||||
export folder and only exports new files that
|
export folder and only exports new files that
|
||||||
haven't previously been exported.
|
haven't previously been exported.
|
||||||
--limit LIMIT Export at most LIMIT photos. Useful for
|
--limit LIMIT Export at most LIMIT photos. Useful for
|
||||||
testing. Maybe used with --update to export
|
testing. May be used with --update to export
|
||||||
incrementally.
|
incrementally.
|
||||||
--dry-run Dry run (test) the export but don't actually
|
--dry-run Dry run (test) the export but don't actually
|
||||||
export any files; most useful with --verbose.
|
export any files; most useful with --verbose.
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ from .verbose import get_verbose_console, time_stamp, verbose_print
|
|||||||
"--limit",
|
"--limit",
|
||||||
metavar="LIMIT",
|
metavar="LIMIT",
|
||||||
help="Export at most LIMIT photos. "
|
help="Export at most LIMIT photos. "
|
||||||
"Useful for testing. Maybe used with --update to export incrementally.",
|
"Useful for testing. May be used with --update to export incrementally.",
|
||||||
type=int,
|
type=int,
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
|||||||
Reference in New Issue
Block a user