summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-17 13:18:37 +0100
committervarac <varacanero@zeromail.org>2013-01-17 13:18:37 +0100
commit2ebe50cc7bdece8ccb72f50fb6d1ca5d1b3a1d0b (patch)
tree99ff941ceac67f7e1f0a1d05298612416603f64e
parent7025a83dfb1f24b5bc366f4366a4ce44df2a9fa6 (diff)
Usage -> usage
-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;;