summaryrefslogtreecommitdiff
path: root/scripts/qw
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qw')
-rwxr-xr-xscripts/qw7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/qw b/scripts/qw
index a0d5181..df12ca3 100755
--- a/scripts/qw
+++ b/scripts/qw
@@ -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