From dc686ecc9a8ae34db2a663049e7b9cac166711bd Mon Sep 17 00:00:00 2001 From: Alexander Shpilkin Date: Sun, 22 Jul 2018 20:41:23 +0200 Subject: Fix typesetting of option arguments in the manual Sphinx appears to not typeset an option properly when only the long version lists an argument. Add the arguments to the short versions as well. --- docs/source/usage/cli_options.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/source/usage/cli_options.rst b/docs/source/usage/cli_options.rst index 326f61fb..9bc8c978 100644 --- a/docs/source/usage/cli_options.rst +++ b/docs/source/usage/cli_options.rst @@ -1,9 +1,9 @@ -r, --read-only open db in read only mode --c, --config=FILENAME config file (default: ~/.config/alot/config) --n, --notmuch-config=FILENAME notmuch config (default: $NOTMUCH_CONFIG or ~/.notmuch-config) --C, --colour-mode=COLOUR terminal colour mode. Must be 1, 16 or 256 --p, --mailindex-path=PATH path to notmuch index --d, --debug-level=LEVEL debug log (default: info). Must be one of debug,info,warning or error --l, --logfile=FILENAME logfile (default: /dev/null) +-c FILENAME, --config=FILENAME config file (default: ~/.config/alot/config) +-n FILENAME, --notmuch-config=FILENAME notmuch config (default: $NOTMUCH_CONFIG or ~/.notmuch-config) +-C COLOUR, --colour-mode=COLOUR terminal colour mode. Must be 1, 16 or 256 +-p PATH, --mailindex-path=PATH path to notmuch index +-d LEVEL, --debug-level=LEVEL debug log (default: info). Must be one of debug,info,warning or error +-l FILENAME, --logfile=FILENAME logfile (default: /dev/null) -v, --version Display version string and exit -h, --help Display help and exit -- cgit v1.2.3