Added missing space before exit code.

This commit is contained in:
Arturo R
2016-01-13 20:33:13 -08:00
parent 2a7b48822a
commit 7191ed2551

View File

@@ -605,7 +605,7 @@ main() {
env) command_env;;
sign_domains) command_sign_domains;;
revoke) command_revoke "${PARAM_REVOKECERT}";;
*) command_help; exit1;;
*) command_help; exit 1;;
esac
}