aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichal Sojka <sojkam1@fel.cvut.cz>2014-11-05 01:25:56 +0100
committerDavid Bremner <david@tethera.net>2014-11-05 23:20:17 +0100
commit5c32365d873628dc5d18968882ee0f7c7a30a5f4 (patch)
treeabcbf7c7536fe81f7ab34b61ff18f94b2c0d1d1f /doc
parent5c27136e64dab2f90995de0bfa37c54186a2fae1 (diff)
cli: search: Convert --output to keyword argument
Now, when address related outputs are in a separate command, it makes no sense to combine multiple --output options in search command line. Using switch statement to handle different outputs is more readable than a series of if statements.
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/notmuch-search.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst
index 65df2887..0cc2911f 100644
--- a/doc/man1/notmuch-search.rst
+++ b/doc/man1/notmuch-search.rst
@@ -78,9 +78,6 @@ Supported options for **search** include
by null characters (--format=text0), as a JSON array
(--format=json), or as an S-Expression list (--format=sexp).
- This option can be given multiple times to combine different
- outputs.
-
``--sort=``\ (**newest-first**\ \|\ **oldest-first**)
This option can be used to present results in either
chronological order (**oldest-first**) or reverse chronological