diff options
| author | David Bremner <david@tethera.net> | 2015-06-04 07:32:42 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-06-05 18:51:15 +0200 |
| commit | 9f57b7e8c5a39facaf8b0eb8281fd0c416de6699 (patch) | |
| tree | a9911ff354e58075516ccd8ccaa9301ee415ba24 | |
| parent | 243d7e30dcd80041760307d8d0d2a1839f36eca2 (diff) | |
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".
| -rw-r--r-- | doc/man1/notmuch.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man1/notmuch.rst b/doc/man1/notmuch.rst index b33738ed..ae0461a2 100644 --- a/doc/man1/notmuch.rst +++ b/doc/man1/notmuch.rst @@ -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 ======== |
