[fix:10]更新help控制指令

This commit is contained in:
2020-09-12 16:25:32 +08:00
parent d29ca78229
commit 56f7eac26f
+2 -2
View File
@@ -35,8 +35,8 @@ print_command_help() {
local arg
for arg; do
case "$arg" in
-'?'|--help|-V|--version)
exec "${APP_EXEC:-/bin/bash}" "${arg}"
-'?'|--help|-V|--version|-version)
exec "$@"
exit
;;
esac