aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-12-04 19:43:23 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-12-04 19:43:23 +0200
commit7cbf3d3401180dbcdb8803cef59bc843c36610e1 (patch)
treecf90afc5cff28f769fd691a3c2ccc195ad054d4f /control
parent2416a4e81a80a171394717a92659b45d57085947 (diff)
Update usage info.
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 55a91d4..e65d3d0 100755
--- a/control/sandbox-create
+++ b/control/sandbox-create
@@ -14,7 +14,7 @@ set -e
if [ "$1" == "" ]; then
echo "$0 - Create cloud-buildd sandbox in the cloud"
- echo "Usage: $0 <ec2 keypair name>"
+ echo "Usage: $0 <ec2 keypair name> [--config=<name>]"
exit
fi