Add rosehosting to the help output if no provider is specified

This commit is contained in:
Johannes Zellner
2017-03-28 10:38:00 +02:00
parent e50b4cb7ec
commit 39e827be04

View File

@@ -93,7 +93,7 @@ done
# validate arguments in the absence of data
if [[ -z "${dataJson}" ]]; then
if [[ -z "${provider}" ]]; then
echo "--provider is required (azure, digitalocean, ec2, lightsail, linode, ovh, scaleway, vultr or generic)"
echo "--provider is required (azure, digitalocean, ec2, lightsail, linode, ovh, rosehosting, scaleway, vultr or generic)"
exit 1
elif [[ \
"${provider}" != "ami" && \