diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2018-12-06 14:59:00 -0800 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2018-12-06 14:59:00 -0800 |
| commit | eee0ba3064d7427cfdb932669abfa7f388ab245e (patch) | |
| tree | e3d9250d824058aa34250d562b01930d8947f4e2 /docs/rabbitmqctl.8 | |
| parent | f8f231e9d5d2412f65f00ea0b95e5ec6ae2ba538 (diff) | |
| download | rabbitmq-server-git-eee0ba3064d7427cfdb932669abfa7f388ab245e.tar.gz | |
Document new cli switches
Fixes rabbitmq/rabbitmq-website#633
Also includes minor fix for -detached argument
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. |
