From abd10b73e887e37ab04cc4347c8d29fce4dc3e35 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 7 Jun 2020 14:32:49 -0700 Subject: [PATCH] Updated help text for debug-dump --- osxphotos/__main__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 9db59a68..e4bdd08f 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -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",