From: Jameson Rollins Date: Mon, 18 Oct 2010 05:34:20 +0000 (-0400) Subject: add check for argument in keys-for-user X-Git-Tag: monkeysphere_0.34-1~1^2~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=254fec88ee3a800a77126f040e1b99841d0cbc08;p=monkeysphere.git add check for argument in keys-for-user --- 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"