We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c39c commit 28a9cdcCopy full SHA for 28a9cdc
1 file changed
lib/chef/knife/cs_server_create.rb
@@ -206,9 +206,9 @@ class CsServerCreate < Chef::Knife
206
:default => []
207
208
option :aag,
209
- :long => "--anti-affinity-groups GROUP_NAME",
210
- :description => "Comma separated list of anti-affinity group names",
211
- :default => false
+ :long => "--anti-affinity-groups GROUP_NAME",
+ :description => "Comma separated list of anti-affinity group names",
+ :default => false
212
213
option :fw_rules,
214
:short => "-f PORT_RULES",
0 commit comments