File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Defaults to 5672.
74
74
.Sh OPTIONS
75
75
.\" ------------------------------------------------------------------
76
76
.Bl -tag -width Ds
77
- .It Fl - detached
77
+ .It Fl detached
78
78
Start the server process in the background.
79
79
Note that this will cause the pid not to be written to the pid file.
80
80
.Pp
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ for details of configuring the RabbitMQ broker.
73
73
.It Fl q , -quiet
74
74
Quiet output mode is selected.
75
75
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.
76
81
.It Fl -dry-run
77
82
Do not run the command.
78
83
Only print information message.
You can’t perform that action at this time.
0 commit comments