From 693bf2f8153f20912363761e382c35224af14f7f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 29 Aug 2013 13:59:30 -0700 Subject: [PATCH] fix(test_ami): Fix help text. --- oem/ami/test_ami.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oem/ami/test_ami.sh b/oem/ami/test_ami.sh index 5d91835443..41369f3ac9 100755 --- a/oem/ami/test_ami.sh +++ b/oem/ami/test_ami.sh @@ -12,12 +12,14 @@ set -e -o pipefail USAGE="Usage: $0 -a ami-id - -a ami-id ID of the AMI to be tests (required) + -a ami-id ID of the AMI to be tests + -V VERSION Find AMI by CoreOS version. -K KEY Path to Amazon API private key. -C CERT Path to Amazon API key certificate. -h this ;-) -v Verbose, see all the things! +The AMI to test must be specified by -a or -V. This script must be run from an ec2 host with the ec2 tools installed. "