Fixes
This commit is contained in:
parent
12ff9b924e
commit
97db0946da
2 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ def omain_argparser(_=None):
|
|||
help="Write loaded and javascripted result to a HTML file")
|
||||
parser.add_argument('--pdf_output', type=str, default='',
|
||||
help="Write loaded and javascripted result to a PDF file")
|
||||
parser.add_argument('--show_gui', type=bool, default=False, store_action=True),
|
||||
parser.add_argument('--show_gui', type=bool, default=False, store_action=True,
|
||||
help="show a progress meter that doesn't work")
|
||||
parser.add_argument('html_url', type=str, nargs='?',
|
||||
required=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue