aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-14 14:52:27 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-02-14 14:52:27 +0200
commit526dd9f99713c3e0e787c91f5d0cf1fb9c99bda8 (patch)
treeb2f22609db2f22191f59f3c61dfa19c4992eef90 /control/sandbox-create
parent7f586a73be225a629b2fcb29908762bc5b5ab962 (diff)
Describe --config=linaro in --help.
Diffstat (limited to 'control/sandbox-create')
-rwxr-xr-xcontrol/sandbox-create4
1 files changed, 3 insertions, 1 deletions
diff --git a/control/sandbox-create b/control/sandbox-create
index d2ae4ed..97ea8a3 100755
--- a/control/sandbox-create
+++ b/control/sandbox-create
@@ -14,7 +14,9 @@ set -e
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>]"
+ echo "Usage: $0 <ec2 keypair name> [--config=linaro]"
+ echo " if --config=linaro given, use production Jenkins config snapshot,"
+ echo " otherwise leave Jenkins bare."
exit
fi