index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | asp.in | 3 |
@@ -251,6 +251,9 @@ case $action in usage exit 0 ;; + '') + log_fatal 'no action specified (use -h for help)' + ;; *) log_fatal 'unknown action: %s' "$action" ;; |