projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
243d7e3
)
doc: add minimal note about shared options.
author
David Bremner
<david@tethera.net>
Thu, 4 Jun 2015 05:32:42 +0000
(07:32 +0200)
committer
David Bremner
<david@tethera.net>
Fri, 5 Jun 2015 16:51:15 +0000
(18:51 +0200)
The example is a bit silly, but notmuch subcommand --help is actually
not equivalent to "notmuch --help subcommand".
doc/man1/notmuch.rst
patch
|
blob
|
history
diff --git
a/doc/man1/notmuch.rst
b/doc/man1/notmuch.rst
index b33738ed33166699fb3872610634aa2f984e7c74..ae0461a2725e09d8c367dfcd5eefbaca2c1a51c4 100644
(file)
--- 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
========