From bcec6b61fb874910e17bb3762c823745ae12bd1c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 31 Dec 2009 19:38:06 -0500 Subject: Its more useful and standard to actually output the 'help' output when an improper number of arguments is passed, rather output a line telling the user how to get the help output. --- src/monkeysphere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monkeysphere') diff --git a/src/monkeysphere b/src/monkeysphere index 9fff77a..14d2bf0 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -216,7 +216,7 @@ export LOG_PREFIX # get subcommand COMMAND="$1" -[ "$COMMAND" ] || failure "Type '$PGRM help' for usage." +[ "$COMMAND" ] || $PGRM help shift case $COMMAND in -- cgit v1.2.3