diff options
| author | David Bremner <david@tethera.net> | 2015-06-15 17:46:44 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-07-30 07:45:26 +0200 |
| commit | 653190bf2a1bed19e9a8dffc437084604261cc26 (patch) | |
| tree | 77f6ffdc450662abf9aabb083cfc5a2be132cae0 /doc | |
| parent | 83e9df98a03d46c3d6b0074b51ea0971947cf058 (diff) | |
cli: enable notmuch --help command
This functionality seems to have been undocumented, if it ever
existed. Document it now.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/notmuch.rst b/doc/man1/notmuch.rst index d773369e..0401c91b 100644 --- a/doc/man1/notmuch.rst +++ b/doc/man1/notmuch.rst @@ -39,8 +39,10 @@ OPTIONS Supported global options for ``notmuch`` include - ``--help`` + ``--help`` [command-name] Print a synopsis of available commands and exit. + With an optional command name, show the man page + for that subcommand. ``--version`` Print the installed version of notmuch, and exit. |
