From cf88e0ec24ccb86b58e7789ec70e7db7f1e8f78d Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Sat, 7 Jan 2012 09:47:24 -0500 Subject: [PATCH] Wrong usage statement. --- push-to-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push-to-web.sh b/push-to-web.sh index d7736a4..9ff6cd1 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -3,7 +3,7 @@ # and then reverts the combined file. if [ "$1" == "" ] ; then - echo "usage: $0 URL" + echo "usage: $0 destination" exit 1 fi -- 2.7.4