Remove "not supported" warning, and refer to list not array since that's what's in the UI.

This commit is contained in:
Simon MacMullen 2013-05-14 17:11:09 +01:00
parent 7db1adeb94
commit 5be00b04d5
1 changed files with 2 additions and 3 deletions

View File

@ -194,13 +194,12 @@ HELP = {
<dt><code>ha-mode</code></dt>\
<dd>\
One of <code>all</code>, <code>exactly</code>\
or <code>nodes</code> (the latter currently not supported by\
web UI).\
or <code>nodes</code>.\
</dd>\
<dt><code>ha-params</code></dt>\
<dd>\
Absent if <code>ha-mode</code> is <code>all</code>, a number\
if <code>ha-mode</code> is <code>exactly</code>, or an array\
if <code>ha-mode</code> is <code>exactly</code>, or a list\
of strings if <code>ha-mode</code> is <code>nodes</code>.\
</dd>\
<dt><code>ha-sync-mode</code></dt>\