]> git.notmuchmail.org Git - notmuch/blobdiff - TODO
TODO: Rename the proposed --for option to --output
[notmuch] / TODO
diff --git a/TODO b/TODO
index a5f579ee436ae041b31fa29dfa4193cc6dae87c8..36e2299b27ec25261638157a9dd6f3837b85f6e0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -64,11 +64,11 @@ option (or similar) to "notmuch show".)
 Teach "notmuch search" to return many different kinds of results. Some
 ideas:
 
-       notmuch search --for threads    # Default if no --for is given
-       notmuch search --for messages
-       notmuch search --for tags
-       notmuch search --for addresses
-       notmuch search --for terms
+       notmuch search --output=threads # Default if no --output is given
+       notmuch search --output=messages
+       notmuch search --output=tags
+       notmuch search --output=addresses
+       notmuch search --output=terms
 
 Add a "--format" option to "notmuch search", (something printf-like
 for selecting what gets printed).