add more cli options to docstring

svn: r15047
This commit is contained in:
Raphael Ackermann 2010-04-06 19:59:18 +00:00
parent 4268131523
commit 8bcb3127aa

View File

@ -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
"""