Browse Source

consistenly use terminate in supported operation

lxia ( Liang Xia ) 10 years ago
parent
commit
c80a333791
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cluster.sh

+ 1 - 1
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)