]> git.cworth.org Git - sup/commitdiff
clean up command-line argument help text
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 7 Feb 2008 19:09:45 +0000 (11:09 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Thu, 7 Feb 2008 19:09:45 +0000 (11:09 -0800)
bin/sup

diff --git a/bin/sup b/bin/sup
index 95b0af7409b1aa72145df5375c278b5db5d24825..a42da5978eab49ddbe0e372459a7e9e5e79074e8 100644 (file)
--- a/bin/sup
+++ b/bin/sup
@@ -32,10 +32,10 @@ Usage:
 
 Options are:
 EOS
-  opt :list_hooks, "List all hooks and descriptions thereof, and quit."
-  opt :no_threads, "Turn of threading. Helps with debugging. (Necessarily disables background polling for new messages.)"
+  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 ", :type => String
+  opt :search, "Search for threads on startup", :type => String
 end
 
 if $opts[:list_hooks]