Remove unnecessary 'usage:' from argument parser.
This commit is contained in:
parent
4fa32bd0cd
commit
f3f0ef9841
@ -44,7 +44,7 @@ from qutebrowser.misc import earlyinit
|
|||||||
|
|
||||||
def get_argparser():
|
def get_argparser():
|
||||||
"""Get the argparse parser."""
|
"""Get the argparse parser."""
|
||||||
parser = argparse.ArgumentParser("usage: qutebrowser",
|
parser = argparse.ArgumentParser(prog='qutebrowser',
|
||||||
description=qutebrowser.__description__)
|
description=qutebrowser.__description__)
|
||||||
parser.add_argument('-c', '--confdir', help="Set config directory (empty "
|
parser.add_argument('-c', '--confdir', help="Set config directory (empty "
|
||||||
"for no config storage).")
|
"for no config storage).")
|
||||||
|
Loading…
Reference in New Issue
Block a user