From 67b7805de3bb631f96398bac32af960abbb5e8ae Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 14 Apr 2016 21:03:38 -0400 Subject: [PATCH] Updated docstring for -t, -l, and -L --- gramps/cli/argparser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gramps/cli/argparser.py b/gramps/cli/argparser.py index 9dbced54e..c8ad30407 100644 --- a/gramps/cli/argparser.py +++ b/gramps/cli/argparser.py @@ -143,9 +143,9 @@ class ArgParser(object): -a, --action=ACTION Specify action -p, --options=OPTIONS_STRING Specify options -d, --debug=LOGGER_NAME Enable debug logs - -l List Family Trees - -L List Family Trees in Detail - -t List Family Trees, tab delimited + -l [FAMILY_TREE...] List Family Trees + -L [FAMILY_TREE...] List Family Trees in Detail + -t [FAMILY_TREE...] List Family Trees, tab delimited -u, --force-unlock Force unlock of Family Tree -s, --show Show config settings -c, --config=SETTINGS Set config setting(s) and start Gramps