Merge branch 'forkbong-argparse-usage'
This commit is contained in:
commit
b45b8d57bb
@ -164,6 +164,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Felix Van der Jeugt
|
||||
* rikn00
|
||||
* Patric Schmitz
|
||||
* Panagiotis Ktistakis
|
||||
* Martin Zimmermann
|
||||
* Brian Jackson
|
||||
* sbinix
|
||||
@ -171,7 +172,6 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* jnphilipp
|
||||
* Tobias Patzl
|
||||
* Peter Michely
|
||||
* Panagiotis Ktistakis
|
||||
* Johannes Altmanninger
|
||||
* Samir Benmendil
|
||||
* Regina Hug
|
||||
|
@ -44,7 +44,7 @@ from qutebrowser.misc import earlyinit
|
||||
|
||||
def get_argparser():
|
||||
"""Get the argparse parser."""
|
||||
parser = argparse.ArgumentParser("usage: qutebrowser",
|
||||
parser = argparse.ArgumentParser(prog='qutebrowser',
|
||||
description=qutebrowser.__description__)
|
||||
parser.add_argument('-c', '--confdir', help="Set config directory (empty "
|
||||
"for no config storage).")
|
||||
|
Loading…
Reference in New Issue
Block a user