fix: emit heredoc directly

This commit is contained in:
aclist 2025-10-23 13:44:50 +09:00
parent 5a54d43601
commit d0de2974d8

View File

@ -1094,7 +1094,7 @@ uninstall(){
}
usage(){
read -r -d '' helptext <<- EOM
cat <<- EOM
DZGUI - Free and Open Source DayZ launcher
Usage:
@ -1116,7 +1116,6 @@ Options:
-h, --help:
Prints this message
EOM
echo "$helptext"
}
main(){