Skip to content

Commit eee0ba3

Browse files
committed
Document new cli switches
Fixes rabbitmq/rabbitmq-website#633 Also includes minor fix for -detached argument
1 parent f8f231e commit eee0ba3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/rabbitmq-server.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Defaults to 5672.
7474
.Sh OPTIONS
7575
.\" ------------------------------------------------------------------
7676
.Bl -tag -width Ds
77-
.It Fl -detached
77+
.It Fl detached
7878
Start the server process in the background.
7979
Note that this will cause the pid not to be written to the pid file.
8080
.Pp

docs/rabbitmqctl.8

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ for details of configuring the RabbitMQ broker.
7373
.It Fl q , -quiet
7474
Quiet output mode is selected.
7575
Informational messages are suppressed when quiet mode is in effect.
76+
.It Fl s , -silent
77+
Silent output mode is selected.
78+
Informational messages and table headers are suppressed when silent mode is in effect.
79+
.It Fl -no-table-headers
80+
Do not output headers for tabular data.
7681
.It Fl -dry-run
7782
Do not run the command.
7883
Only print information message.

0 commit comments

Comments
 (0)