summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2017-06-27 12:16:55 +0100
committerDaniil Fedotov <dfedotov@pivotal.io>2017-06-27 12:16:55 +0100
commit1b2aeacbf9d84a40c9f7d7786f03450df3bdb7d3 (patch)
tree9eff6a8a7f812a00a4ae4d7142657a08f3ec8e2e
parent724bce652b5e015ebfb8ffd8f6e4b42bd95d9962 (diff)
downloadrabbitmq-server-git-1b2aeacbf9d84a40c9f7d7786f03450df3bdb7d3.tar.gz
Improve options section in rabbitmqctl man page
-rw-r--r--docs/rabbitmqctl.814
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index 677ac01725..4afec2b509 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -25,6 +25,7 @@
.\" ------------------------------------------------------------------
.Nm
.Op Fl q
+.Op Fl l
.Op Fl n Ar node
.Op Fl t Ar timeout
.Ar command
@@ -69,16 +70,25 @@ sign.
See
.Xr rabbitmq-server 8
for details of configuring the RabbitMQ broker.
-.It Fl q
+.It Fl q | -quiet
Quiet output mode is selected.
Informational messages are suppressed when quiet mode is in effect.
-.It Fl t Ar timeout
+.It Fl -dry-run
+Do not run the command. Only print information message.
+.It Fl t | -timeout Ar timeout
Operation timeout in seconds.
Only applicable to
.Qq list
commands.
Default is
.Qq infinity .
+.It Fl l | -longnames
+Use longnames for erlang distribution. If RabbitMQ broker uses long
+node names for erlang distribution, the option must be specified.
+.It Fl -erlang-cookie Ar cookie
+Erlang distribution cookie.
+If RabbitMQ node is using a custom erlang cookie value, the cookie value
+must be set vith this parameter.
.El
.\" ------------------------------------------------------------------
.Sh COMMANDS