ソースを参照

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)