diff --git a/cloud-build.sh b/cloud-build.sh
index bff8cc1..2597507 100755
--- a/cloud-build.sh
+++ b/cloud-build.sh
@@ -14,7 +14,7 @@ __usage="
usage: $SCRNAME [OPTIONS]
Options:
- -o, --output-di r DIR
+ -o, --output-dir DIR
-l, --cloud-image NAME
-p, --peridot ID # optional. will use peridot repos.
-d, --debug # optional
@@ -22,7 +22,7 @@ Options:
"
OPTS=$(getopt -a -n cloud-build -o l:,o:,p:,d,h \
- -l cloud-image:,output-dir:,peridot:,debug,help -- "$@")
+ -c cloud-image:,output-dir:,peridot:,debug,help -- "$@")
function is_in_path() {
builtin type -P "${1}"
diff --git a/cloud/cloud.xml b/cloud/cloud.xml
index d3ba209..27984df 100644
--- a/cloud/cloud.xml
+++ b/cloud/cloud.xml
@@ -221,7 +221,6 @@
-