diff --git a/README.asciidoc b/README.asciidoc index 5dacc71ce..de273e117 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/qutebrowser/qutebrowser.py b/qutebrowser/qutebrowser.py index 04872ab5d..c27f09418 100644 --- a/qutebrowser/qutebrowser.py +++ b/qutebrowser/qutebrowser.py @@ -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).")