diff options
author | lxia ( Liang Xia ) <lxia@redhat.com> | 2014-10-09 09:20:33 +0800 |
---|---|---|
committer | lxia ( Liang Xia ) <lxia@redhat.com> | 2014-10-09 09:20:33 +0800 |
commit | c80a333791e92e3441a96bff2c504288e020029b (patch) | |
tree | 3ac899ae76074fdce84616f01bf9ae0447f9b697 /cluster.sh | |
parent | db6d94e538cd373e92c83a887039ffa54a2ab75a (diff) | |
download | openshift-c80a333791e92e3441a96bff2c504288e020029b.tar.gz openshift-c80a333791e92e3441a96bff2c504288e020029b.tar.bz2 openshift-c80a333791e92e3441a96bff2c504288e020029b.tar.xz openshift-c80a333791e92e3441a96bff2c504288e020029b.zip |
consistenly use terminate in supported operation
Diffstat (limited to 'cluster.sh')
-rwxr-xr-x | cluster.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster.sh b/cluster.sh index 6363e1e8d..4a7a0b543 100755 --- a/cluster.sh +++ b/cluster.sh @@ -14,7 +14,7 @@ MINION_PLAYBOOK=openshift-minion # @formatter:off function usage { cat 1>&2 <<-EOT - ${0} : [create|destroy|update|list] {GCE environment tag} + ${0} : [create|terminate|update|list] {GCE environment tag} Supported environment tags: $(grep 'SUPPORTED_ENVS.*=' ./cloud.rb) |