From 254fec88ee3a800a77126f040e1b99841d0cbc08 Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Mon, 18 Oct 2010 01:34:20 -0400 Subject: add check for argument in keys-for-user --- src/monkeysphere-authentication | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3