From b28bfbe8f5a0b4d1b1bc9b51545412a036a2b8e0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 8 May 2018 11:38:45 +0200 Subject: [PATCH] Update docs --- doc/changelog.asciidoc | 5 +++++ doc/qutebrowser.1.asciidoc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 8a49891a1..365d455b3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -24,6 +24,11 @@ Added - New `--debug-flag log-requests` to log requests to the debug log for debugging. +Changed +~~~~~~~ + +- New short flags for commandline arguments: `-B` and `-T` for `--basedir` and `--temp-basedir`; `-d` and `-D` for `--debug` and `--debug-flag`. + v1.3.0 ------ diff --git a/doc/qutebrowser.1.asciidoc b/doc/qutebrowser.1.asciidoc index 528aac2c9..1d264dc10 100644 --- a/doc/qutebrowser.1.asciidoc +++ b/doc/qutebrowser.1.asciidoc @@ -38,7 +38,7 @@ show it. *-h*, *--help*:: show this help message and exit -*-B*, *--basedir* 'BASEDIR':: +*-B* 'BASEDIR', *--basedir* 'BASEDIR':: Base directory for all storage. *-V*, *--version*:: @@ -99,7 +99,7 @@ show it. *--qt-flag* 'QT_FLAG':: Pass an argument to Qt as flag. -*-D*, *--debug-flag* 'DEBUG_FLAGS':: +*-D* 'DEBUG_FLAGS', *--debug-flag* 'DEBUG_FLAGS':: Pass name of debugging feature to be turned on. // QUTE_OPTIONS_END