aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-14 14:48:48 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-14 14:48:48 +0200
commit7f586a73be225a629b2fcb29908762bc5b5ab962 (patch)
tree189ee798a83f4e4d5c33bab9412cb8181186baa2 /control
parent6471541b3dd8a867cc6a60e84222da061f5c65a4 (diff)
Recognize -h && --help.
Diffstat (limited to 'control')
-rwxr-xr-xcontrol/sandbox-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/sandbox-create b/control/sandbox-create
index e65d3d0..d2ae4ed 100755
--- a/control/sandbox-create
+++ b/control/sandbox-create
@@ -12,7 +12,7 @@
set -e
-if [ "$1" == "" ]; then
+if [ "$1" == "" -o "$1" == "-h" -o "$1" == "--help" ]; then
echo "$0 - Create cloud-buildd sandbox in the cloud"
echo "Usage: $0 <ec2 keypair name> [--config=<name>]"
exit