From 997efc6a24e59af0adcd991f2268493fac5886e2 Mon Sep 17 00:00:00 2001 From: neersighted Date: Thu, 1 Mar 2012 17:03:33 -0800 Subject: [PATCH] typos, rearrange variables a bit --- cloudbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbot b/cloudbot index 574ffbf..8de827d 100755 --- a/cloudbot +++ b/cloudbot @@ -87,7 +87,7 @@ processargs() { ;; stop) if running; then - echo "Stoppinging... ($backend)" + echo "Stopping... ($backend)" stop else echo "Cannot stop! Bot is not already running!" @@ -110,13 +110,13 @@ processargs() { status ;; *) + usage="./cloudbot {start|stop|restart|clear|status}" echo $usage ;; esac } main() { - usage="./cloudbot {start|stop|restart|clear|status}" locatefiles checkbackend setcommands