createAMI: better help text

This commit is contained in:
Girish Ramakrishnan
2017-02-23 15:44:56 -08:00
parent 4b25c8a5ad
commit fdb8139b03

View File

@@ -69,7 +69,7 @@ if [[ ! -f "${ssh_keys}" ]]; then
fi
if [[ -z "${image_id}" ]]; then
echo "--region is required"
echo "--region is required (us-east-1 or eu-central-1)"
exit 1
fi