feat: Add --help to new run script

This commit is contained in:
zen0bit 2024-04-21 00:07:43 +02:00 committed by Martin Wimpress
parent 53e7f2b203
commit 05c7165fbc
1 changed files with 4 additions and 0 deletions

View File

@ -3536,6 +3536,10 @@ case "${1}" in
"${WHERE}/quickemu" --version
exit 0
;;
'--help'|'-h')
help_message
exit 0
;;
esac
if [ -n "${1}" ]; then