mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
typo
This commit is contained in:
parent
8203fe39a9
commit
e59ea0f2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ def parse_args(mode=True, name=None):
|
|||
if not name:
|
||||
name = 'burp-ui'
|
||||
parser = ArgumentParser(prog=name)
|
||||
parser.add_argument('-v', '--verbose', dest='log', help='increase output verbosity (e.g., -vv is more than -v)', action='count')
|
||||
parser.add_argument('-v', '--verbose', dest='log', help='increase output verbosity (e.g., -vv is more verbose than -v)', action='count')
|
||||
parser.add_argument('-d', '--debug', dest='log', help='alias for -v', action='count') # alias for -v
|
||||
parser.add_argument('-V', '--version', dest='version', help='print version and exit', action='store_true')
|
||||
parser.add_argument('-c', '--config', dest='config', help='configuration file', metavar='<CONFIG>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue