make sure the authorized_user_ids file exists for users processed by
[monkeysphere.git] / src / monkeysphere
index 782ba5ed0e329ff4e346df18de8190ac7dcd7039..997ca582a0dc0d936f117b217e067074fe83e82a 100755 (executable)
@@ -31,7 +31,7 @@ GREP_OPTIONS=
 usage() {
 cat <<EOF
 usage: $PGRM <subcommand> [args]
-Monkeysphere client tool.
+MonkeySphere client tool.
 
 subcommands:
   update-known_hosts (k) [HOST]...  update known_hosts file
@@ -176,7 +176,7 @@ case $COMMAND in
     'update-authorized_keys'|'update-authorized-keys'|'a')
        MODE='authorized_keys'
 
-        # make sure authorized_user_ids file exists
+        # fail if the authorized_user_ids file is empty
        if [ ! -s "$AUTHORIZED_USER_IDS" ] ; then
            failure "$AUTHORIZED_USER_IDS is empty."
        fi