Updated help text for debug-dump

This commit is contained in:
Rhet Turnbull
2020-06-07 14:32:49 -07:00
parent 7cd7b51598
commit abd10b73e8

View File

@@ -447,7 +447,11 @@ def cli(ctx, db, json_, debug):
@DB_OPTION
@DB_ARGUMENT
@click.option(
"--dump", metavar="ATTR", help="Name of PhotosDB attribute to print", multiple=True
"--dump",
metavar="ATTR",
help="Name of PhotosDB attribute to print; "
+ "can also use albums, persons, keywords, photos to dump related attributes.",
multiple=True,
)
@click.option(
"--uuid",