Update docs

This commit is contained in:
Florian Bruhin 2018-05-08 11:38:45 +02:00
parent 70c7a42a63
commit b28bfbe8f5
2 changed files with 7 additions and 2 deletions

View File

@ -24,6 +24,11 @@ Added
- New `--debug-flag log-requests` to log requests to the debug log for - New `--debug-flag log-requests` to log requests to the debug log for
debugging. 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 v1.3.0
------ ------

View File

@ -38,7 +38,7 @@ show it.
*-h*, *--help*:: *-h*, *--help*::
show this help message and exit show this help message and exit
*-B*, *--basedir* 'BASEDIR':: *-B* 'BASEDIR', *--basedir* 'BASEDIR'::
Base directory for all storage. Base directory for all storage.
*-V*, *--version*:: *-V*, *--version*::
@ -99,7 +99,7 @@ show it.
*--qt-flag* 'QT_FLAG':: *--qt-flag* 'QT_FLAG'::
Pass an argument to Qt as 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. Pass name of debugging feature to be turned on.
// QUTE_OPTIONS_END // QUTE_OPTIONS_END