瀏覽代碼

consistenly use terminate in supported operation

lxia ( Liang Xia ) 10 年之前
父節點
當前提交
c80a333791
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)