diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:16:00 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-20 17:16:00 +0400 |
commit | 15c47cb8c7d5662be0fdb68800cedaa133949b56 (patch) | |
tree | 19a70113bcc9b3a8adebd2a33b2fdd074f31dc42 /scripts/qw | |
parent | 45f88070196a67fae791dd1bc99d9b4e2610803c (diff) |
style (scripts): use spaces instead of tabs in help messages
Diffstat (limited to 'scripts/qw')
-rwxr-xr-x | scripts/qw | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -6,11 +6,10 @@ help() { cat << EOF ${0}: Qemu Wrapper, very simple script for abriviating \ verbose qemu commands and options - options: - -c create an Image.img with 10G space - -r [input.iso] run input.iso - -x [input.qcow2] run input.qcow2 + -c create an Image.img with 10G space + -r [input.iso] run input.iso + -x [input.qcow2] run input.qcow2 EOF exit 0 |