From 8bcb3127aa874caaf394d7af8e5d550741712a25 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 6 Apr 2010 19:59:18 +0000 Subject: [PATCH] add more cli options to docstring svn: r15047 --- src/cli/argparser.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cli/argparser.py b/src/cli/argparser.py index 1ca565f6e..084d693b3 100644 --- a/src/cli/argparser.py +++ b/src/cli/argparser.py @@ -88,7 +88,8 @@ class ArgParser(object): 5/ -f, --format=FORMAT : format after a -i or -e option 6/ -a, --action: An action (possible: 'check', 'summary', 'report', 'tool') - 7/ -u, --force-unlock: A locked database can be unlocked by giving this + 7/ -p, --options=OPTIONS_STRING : specify options + 8/ -u, --force-unlock: A locked database can be unlocked by giving this argument when opening it If the filename (no flags) is specified, the interactive session is @@ -146,7 +147,8 @@ class ArgParser(object): 5/ -f, --format=FORMAT : format after a -i or -e option 6/ -a, --action: An action (possible: 'check', 'summary', 'report', 'tool') - 7/ -u, --force-unlock: A locked database can be unlocked by giving this + 7/ -p, --options=OPTIONS_STRING : specify options + 8/ -u, --force-unlock: A locked database can be unlocked by giving this argument when opening it """