summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcreate-guest-with-cloudinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-guest-with-cloudinit b/create-guest-with-cloudinit
index c8936e9..6906dcf 100755
--- a/create-guest-with-cloudinit
+++ b/create-guest-with-cloudinit
@@ -77,7 +77,7 @@ while getopts "hr:s:n:" OPTION
do
#echo $OPTION $OPTARG
case $OPTION in
- h) Usage
+ h) usage
exit 0;;
r) rootsize=$OPTARG;;
s) swapsize=$OPTARG;;