diff options
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index 4249d21..99b818d 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -168,6 +168,7 @@ case $COMMAND in ;; 'keys-for-user'|'k') + (( $# > 0 )) || failure "Must specify user." source "${MASHAREDIR}/setup" setup source "${MASHAREDIR}/update_users" |