From 07620186775f647fc1847777de6bf9218dab42d9 Mon Sep 17 00:00:00 2001 From: neersighted Date: Sat, 31 Mar 2012 09:24:05 -0700 Subject: [PATCH] wrapper fixes --- cloudbot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloudbot b/cloudbot index b422659..2b2a605 100755 --- a/cloudbot +++ b/cloudbot @@ -111,8 +111,7 @@ processargs() { status ;; *) - echo "Please enter a command:" - usage="./cloudbot {start|stop|restart|clear|status}" + usage="usage: ./cloudbot {start|stop|restart|clear|status}" echo $usage ;; esac