commit b7e6ccea2bd5e1ea35b6a648f33f93778f8cb0e4
parent 59d812e8eddcc7dc07e87b3c04b0f875c1d9ad11
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Thu, 7 Feb 2008 11:09:45 -0800
clean up command-line argument help text
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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]