summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-27 21:30:48 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-27 21:30:48 +0400
commitd28e9548d098a063e5f0d79947307ce70c46a948 (patch)
tree3bbb5a71574997d789b62c137fac38c237d4fe7c
parent432f41767a91ea761356e09afc9e2e7d5f4e42f0 (diff)
qw: small change
-rwxr-xr-xscripts/qw2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qw b/scripts/qw
index 033528f..e4ccaf1 100755
--- a/scripts/qw
+++ b/scripts/qw
@@ -47,7 +47,7 @@ while getopts "cr:h" option ;do
-boot menu=on -drive file=Image.img -m 4G" \
"${0}: Failed to run image"
;;
- h) help && exit 0;;
+ h) help; exit 0;;
*) err "Try '${0} -h' for help." ;;
esac