mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 04:44:05 +00:00
Fixed AppImage -h displaying UG not AI help
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user