From 814a4ae0d26f40012e6ce893278ddffc8f656b51 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Fri, 21 Jan 2011 14:21:09 +0000 Subject: [PATCH] Show the possible field values in the help for channel mode --- deps/rabbitmq_management/priv/www/js/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/rabbitmq_management/priv/www/js/help.js b/deps/rabbitmq_management/priv/www/js/help.js index 9d26f627ac..bfc0067213 100644 --- a/deps/rabbitmq_management/priv/www/js/help.js +++ b/deps/rabbitmq_management/priv/www/js/help.js @@ -40,9 +40,9 @@ HELP = { 'channel-mode': 'Channel guarantee mode. Can be one of the following, or neither:
\
\ -
confirm
\ +
C – confirm
\
Channel will send streaming publish confirmations.
\ -
transactional
\ +
T – transactional
\
Channel is transactional.
\
',