Fixed AppImage -h displaying UG not AI help

This commit is contained in:
Martin Pulec
2022-05-10 09:36:22 +02:00
parent 45bcb26572
commit 93409cd85a

View File

@@ -190,7 +190,7 @@ elif [ "$1" = "--tool" ]; then
shift 2
# shellcheck disable=SC2086
${RUN}"$DIR/usr/bin/$TOOL" "$@"
elif [ "$1" = x"-h" ] || [ "$1" = "--help" ]; then
elif [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
usage
exit 0
elif [ "$1" = "--fullhelp" ]; then