rename -S(--save-responses) to -a
This commit is contained in:
parent
8e14044b01
commit
ad588d5d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class BaseApplication(object):
|
|||
logging_options.add_option('-d', '--debug', action='store_true', help='display debug messages')
|
||||
logging_options.add_option('-q', '--quiet', action='store_true', help='display only error messages')
|
||||
logging_options.add_option('-v', '--verbose', action='store_true', help='display info messages')
|
||||
logging_options.add_option('-S', '--save-responses', action='store_true', help='save every response')
|
||||
logging_options.add_option('-a', '--save-responses', action='store_true', help='save every response')
|
||||
self._parser.add_option_group(logging_options)
|
||||
self._parser.add_option('--shell-completion', action='store_true', help=optparse.SUPPRESS_HELP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue