summaryrefslogtreecommitdiff
path: root/src/rabbit_control.erl
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2008-12-08 20:20:44 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2008-12-08 20:20:44 +0000
commit702b811f6e7c0f8ad6524bc017d3cc0d1a417808 (patch)
tree1de71755eab603147fb5f02005db1dfb8e6ecf01 /src/rabbit_control.erl
parent3125758cef049cb9d0057c92d63826b46227c1e6 (diff)
downloadrabbitmq-server-702b811f6e7c0f8ad6524bc017d3cc0d1a417808.tar.gz
Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang code
for the new environment variable names.
Diffstat (limited to 'src/rabbit_control.erl')
-rw-r--r--src/rabbit_control.erl11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/rabbit_control.erl b/src/rabbit_control.erl
index b821fa0d..aebf46db 100644
--- a/src/rabbit_control.erl
+++ b/src/rabbit_control.erl
@@ -116,11 +116,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).