From b7e6ccea2bd5e1ea35b6a648f33f93778f8cb0e4 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Thu, 7 Feb 2008 11:09:45 -0800 Subject: [PATCH] clean up command-line argument help text --- bin/sup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/sup b/bin/sup index 95b0af7..a42da59 100644 --- 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] -- 2.45.2