diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-12-11 17:09:37 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-12-11 17:09:37 +0100 |
| commit | 8317600c5f65b42149827849f5c5fcaf766a5512 (patch) | |
| tree | aae47583893eb28a9054f5f280128d48da0d158d /docs/rabbitmqctl.8 | |
| parent | eb3bb7ebb7a6491a09843165c64f6f6ac6bc5dea (diff) | |
| parent | c80289849404a153f141ff96208abcd9c65f0153 (diff) | |
| download | rabbitmq-server-git-8317600c5f65b42149827849f5c5fcaf766a5512.tar.gz | |
Merge branch 'master' into rabbitmq-server-1743-exclusive-consumer
Diffstat (limited to 'docs/rabbitmqctl.8')
| -rw-r--r-- | docs/rabbitmqctl.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index c99170d175..524da897d1 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -73,6 +73,11 @@ for details of configuring the RabbitMQ broker. .It Fl q , -quiet Quiet output mode is selected. Informational messages are suppressed when quiet mode is in effect. +.It Fl s , -silent +Silent output mode is selected. +Informational messages and table headers are suppressed when silent mode is in effect. +.It Fl -no-table-headers +Do not output headers for tabular data. .It Fl -dry-run Do not run the command. Only print information message. |
