diff options
author | Matthew James Goins <mjgoins@openflows.com> | 2010-01-10 19:03:50 -0500 |
---|---|---|
committer | Matthew James Goins <mjgoins@openflows.com> | 2010-01-10 19:03:50 -0500 |
commit | 749f1d84177c993d6382c1f80737e21d9fb1ee7b (patch) | |
tree | 07a17d9181c7d711365401cb819ea940c2bc16bf /src | |
parent | 9a3c85827f90722036a8f6a2b81a2926ea088ff3 (diff) | |
parent | bcec6b61fb874910e17bb3762c823745ae12bd1c (diff) |
Merge branch 'master' of git://labs.riseup.net/~micah/monkeysphere
Diffstat (limited to 'src')
-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 |