Its more useful and standard to actually output the 'help' output when
[monkeysphere.git] / src / monkeysphere
index 9fff77a968567e275991ccd9e2549d96612aa4d0..14d2bf042593f9ae1f8995a57cbbcf7bf40c33ce 100755 (executable)
@@ -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