diff options
-rwxr-xr-x | src/monkeysphere | 2 | ||||
-rwxr-xr-x | src/monkeysphere-authentication | 2 | ||||
-rwxr-xr-x | src/monkeysphere-host | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/monkeysphere b/src/monkeysphere index 0726ff9..f21ca7c 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -219,7 +219,7 @@ export LOG_PREFIX # get subcommand COMMAND="$1" -[ "$COMMAND" ] || failure "Type '$PGRM help' for usage." +[ "$COMMAND" ] || $PGRM help shift case $COMMAND in diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index f00bf5e..7870c0f 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -151,7 +151,7 @@ export LOG_PREFIX # get subcommand COMMAND="$1" -[ "$COMMAND" ] || failure "Type '$PGRM help' for usage." +[ "$COMMAND" ] || $PGRM help shift case $COMMAND in diff --git a/src/monkeysphere-host b/src/monkeysphere-host index 4ec533d..52a4373 100755 --- a/src/monkeysphere-host +++ b/src/monkeysphere-host @@ -238,7 +238,7 @@ export LOG_PREFIX # get subcommand COMMAND="$1" -[ "$COMMAND" ] || failure "Type '$PGRM help' for usage." +[ "$COMMAND" ] || $PGRM help shift case $COMMAND in |