Show the possible field values in the help for channel mode

This commit is contained in:
Michael Bridgen 2011-01-21 14:21:09 +00:00
parent 60587ab341
commit 814a4ae0d2
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ HELP = {
'channel-mode':
'Channel guarantee mode. Can be one of the following, or neither:<br/> \
<dl> \
<dt>confirm</dt> \
<dt><acronym title="Confirm">C</acronym> &ndash; confirm</dt> \
<dd>Channel will send streaming publish confirmations.</dd> \
<dt>transactional</dt> \
<dt><acronym title="Transactional">T</acronym> &ndash; transactional</dt> \
<dd>Channel is transactional.</dd> \
<dl>',