X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fmonkeysphere;h=648f5e9886a61ca95349d81953232612c91283fe;hb=838f52739cc05bfaca19e49bc64c17b435022f1c;hp=1dee3bab81411bf6c03441a0dfa6fc3cf1c089ae;hpb=7dbd6806e538ff8732dd87fcf20bfd8271464552;p=monkeysphere.git diff --git a/src/monkeysphere b/src/monkeysphere index 1dee3ba..648f5e9 100755 --- a/src/monkeysphere +++ b/src/monkeysphere @@ -251,7 +251,7 @@ case $COMMAND in process_authorized_user_ids "$AUTHORIZED_USER_IDS" ;; - 'import-subkey'|'i') + 'import-subkey'|'import'|'i') source "${MSHAREDIR}/import_subkey" import_subkey "$@" ;;