diff options
author | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 19:00:04 +0000 |
---|---|---|
committer | Tony Garnock-Jones <tonyg@lshift.net> | 2008-12-10 19:00:04 +0000 |
commit | 54711a61308fbb5b358301e7e0e8c5765bbd5ee9 (patch) | |
tree | fae37dcd874a97e6def64c51e7bd6159dea8985e /src | |
parent | 8d2afb32be56c6f68e55fa4b51299348c1c21827 (diff) | |
download | rabbitmq-server-54711a61308fbb5b358301e7e0e8c5765bbd5ee9.tar.gz |
Correct typosbug19684
Diffstat (limited to 'src')
-rw-r--r-- | src/rabbit_control.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl index 17df1979..ecc285a5 100644 --- a/src/rabbit_control.erl +++ b/src/rabbit_control.erl @@ -148,7 +148,7 @@ auto_delete, arguments]. The default is to display name and type. The output format for \"list_bindings\" is a list of rows containing exchange name, routing key, queue name and arguments, in that order. -<ConnectioInfoItem> must be a member of the list [pid, address, port, +<ConnectionInfoItem> must be a member of the list [pid, address, port, peer_address, peer_port, state, channels, user, vhost, timeout, frame_max, recv_oct, recv_cnt, send_oct, send_cnt, send_pend]. The default is to display user, peer_address and peer_port. |