summaryrefslogtreecommitdiff
path: root/scripts/asciidoc2html.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-21 13:18:20 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-21 13:28:23 +0200
commit7e36310e8a843a72690adbb88c79b209463f37e8 (patch)
treebf42becf9a7918158c46ea410f4b513279923e41 /scripts/asciidoc2html.py
parent57167a5cde54d1297ea5ff35cdc9726a070008e8 (diff)
downloadqutebrowser-7e36310e8a843a72690adbb88c79b209463f37e8.tar.gz
qutebrowser-7e36310e8a843a72690adbb88c79b209463f37e8.zip
Shorten and update README
Diffstat (limited to 'scripts/asciidoc2html.py')
-rwxr-xr-xscripts/asciidoc2html.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py
index 39695bd23..6c7fdaf6e 100755
--- a/scripts/asciidoc2html.py
+++ b/scripts/asciidoc2html.py
@@ -280,8 +280,6 @@ def main(colors=False):
"asciidoc.py. If not given, it's searched in PATH.",
nargs=2, required=False,
metavar=('PYTHON', 'ASCIIDOC'))
- parser.add_argument('--no-authors', help=argparse.SUPPRESS,
- action='store_true')
args = parser.parse_args()
try:
os.mkdir('qutebrowser/html/doc')