diff options
author | Matthias Radestock <matthias@lshift.net> | 2008-12-10 18:05:51 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2008-12-10 18:05:51 +0000 |
commit | 74fc138adb24802ba22746b0b9edc2b8fdaffaf5 (patch) | |
tree | dfe34f462ef375814185b2ba2b01b3bcbdbcf5e1 /src/rabbit_control.erl | |
parent | 03753d9eb11fe9cdf37dfe10a990ccf17a4aa5fe (diff) | |
parent | ce7b45fa876212da95dcdbdbc5d2b9899e9680fa (diff) | |
download | rabbitmq-server-74fc138adb24802ba22746b0b9edc2b8fdaffaf5.tar.gz |
merge bug19914 into default
Diffstat (limited to 'src/rabbit_control.erl')
-rw-r--r-- | src/rabbit_control.erl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl index 98d57c31..5d50ed56 100644 --- a/src/rabbit_control.erl +++ b/src/rabbit_control.erl @@ -122,11 +122,12 @@ Available commands: Quiet output mode is selected with the \"-q\" flag. Informational messages are suppressed when quiet mode is in effect. -<node> should be the name of the master node of the RabbitMQ cluster. It -defaults to the node named \"rabbit\" on the local host. On a host named -\"server.example.com\", the master node will usually be rabbit@server (unless -NODENAME has been set to some non-default value at broker startup time). The -output of hostname -s is usually the correct suffix to use after the \"@\" sign. +<node> should be the name of the master node of the RabbitMQ +cluster. It defaults to the node named \"rabbit\" on the local +host. On a host named \"server.example.com\", the master node will +usually be rabbit@server (unless RABBITMQ_NODENAME has been set to +some non-default value at broker startup time). The output of hostname +-s is usually the correct suffix to use after the \"@\" sign. "), halt(1). |