]> git.notmuchmail.org Git - sup/commitdiff
squash me
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 7 Feb 2008 19:13:09 +0000 (11:13 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 7 Feb 2008 19:13:09 +0000 (11:13 -0800)
bin/sup

diff --git a/bin/sup b/bin/sup
index a42da5978eab49ddbe0e372459a7e9e5e79074e8..9a398b76813857410c78b4db569e4393dbde25c7 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -35,7 +35,7 @@ EOS
   opt :list_hooks, "List all hooks and descriptions, and quit."
   opt :no_threads, "Turn off threading. Helps with debugging. (Necessarily disables background polling for new messages.)"
   opt :no_initial_poll, "Don't poll for new messages when starting."
-  opt :search, "Search for threads on startup", :type => String
+  opt :search, "Search for this query upon startup", :type => String
 end
 
 if $opts[:list_hooks]