summaryrefslogtreecommitdiff
path: root/scripts/importer.py
diff options
context:
space:
mode:
authorRyan Farley <ryan.farley@gmx.com>2017-09-24 12:02:44 -0500
committerRyan Farley <ryan.farley@gmx.com>2017-10-17 14:48:56 -0500
commit84b2b05254db655deb11a63399d03b29512c2e03 (patch)
tree6e912f8630e48ceba1909027ccd850d9b0d557d2 /scripts/importer.py
parentd85a15f0a29c5264ae7c0504225c08ad5021519a (diff)
downloadqutebrowser-84b2b05254db655deb11a63399d03b29512c2e03.tar.gz
qutebrowser-84b2b05254db655deb11a63399d03b29512c2e03.zip
help text mod
Browser choices are now formatted in the help text rather than listed manually. Redundant line regarding output default removed from epilogue
Diffstat (limited to 'scripts/importer.py')
-rwxr-xr-xscripts/importer.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/importer.py b/scripts/importer.py
index 5e66a5202..3a2c6a9f9 100755
--- a/scripts/importer.py
+++ b/scripts/importer.py
@@ -70,11 +70,10 @@ def get_args():
"""Get the argparse parser."""
parser = argparse.ArgumentParser(
epilog="To import bookmarks from Chromium, Firefox or IE, "
- "export them to HTML in your browsers bookmark manager. "
- "By default, this script will output in a quickmarks format.")
+ "export them to HTML in your browsers bookmark manager. ")
parser.add_argument(
'browser',
- help="Which browser? (chromium, firefox)",
+ help="Which browser? {%(choices)s}",
choices=browser_default_input_format.keys(),
metavar='browser')
parser.add_argument(