diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 21:30:48 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 21:30:48 +0400 |
commit | d28e9548d098a063e5f0d79947307ce70c46a948 (patch) | |
tree | 3bbb5a71574997d789b62c137fac38c237d4fe7c | |
parent | 432f41767a91ea761356e09afc9e2e7d5f4e42f0 (diff) |
qw: small change
-rwxr-xr-x | scripts/qw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |