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
|
* Felix Van der Jeugt
|
||||||
* rikn00
|
* rikn00
|
||||||
* Patric Schmitz
|
* Patric Schmitz
|
||||||
|
* Panagiotis Ktistakis
|
||||||
* Martin Zimmermann
|
* Martin Zimmermann
|
||||||
* Brian Jackson
|
* Brian Jackson
|
||||||
* sbinix
|
* sbinix
|
||||||
@ -171,7 +172,6 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* jnphilipp
|
* jnphilipp
|
||||||
* Tobias Patzl
|
* Tobias Patzl
|
||||||
* Peter Michely
|
* Peter Michely
|
||||||
* Panagiotis Ktistakis
|
|
||||||
* Johannes Altmanninger
|
* Johannes Altmanninger
|
||||||
* Samir Benmendil
|
* Samir Benmendil
|
||||||
* Regina Hug
|
* Regina Hug
|
||||||
|
@ -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