doc: add minimal note about shared options.

The example is a bit silly, but notmuch subcommand --help is actually
not equivalent to "notmuch --help subcommand".
This commit is contained in:
David Bremner 2015-06-04 07:32:42 +02:00
parent 243d7e30dc
commit 9f57b7e8c5

View file

@ -49,6 +49,10 @@ Supported global options for ``notmuch`` include
Specify the configuration file to use. This overrides any
configuration file specified by ${NOTMUCH\_CONFIG}.
All global options except ``--config`` can also be specified after the
command. For example, ``notmuch subcommand --version`` is equivalent to
``notmuch --version subcommand``.
COMMANDS
========