Skip to content

Commit

Permalink
add --help and -h on qvm-create-default-qvm
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Nov 28, 2016
1 parent 534c3a1 commit 1b12df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qvm-tools/qvm-create-default-dvm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if [ $# != 1 -a $# != 2 ] ; then
if [ $# != 1 -a $# != 2 -o $1 == "--help" -o $1 == "-h" ] ; then
echo 'Usage: qvm-create-default-dvm templatename|--default-template|--used-template [script-name|--default-script]'
exit 1
fi
Expand Down

0 comments on commit 1b12df3

Please sign in to comment.