diff options
author | Emile Joubert <emile@rabbitmq.com> | 2011-06-03 11:22:01 +0100 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2011-06-03 11:22:01 +0100 |
commit | d953296ea3663ec61cc07a7f270b96d83d37442b (patch) | |
tree | e4fd5454f5c5ec774620f62c682a1f4f07fd3cb7 /docs | |
parent | 1cced6c5f404863983ee958b1424ff449ceedc69 (diff) | |
download | rabbitmq-server-d953296ea3663ec61cc07a7f270b96d83d37442b.tar.gz |
Show docs in usage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index ceb4e98b..362e752d 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1301,8 +1301,8 @@ <varlistentry> <term><cmdsynopsis><command>environment</command></cmdsynopsis></term> <listitem> - <para> - Display the name and value of each variable in the application environment. + <para role="usage"> + The "environment" command displays variables in the application environment. This can be used to verify that options specified for the rabbit application in the configuration file have been read. </para> @@ -1311,10 +1311,10 @@ <varlistentry> <term><cmdsynopsis><command>report</command></cmdsynopsis></term> <listitem> - <para> - Generate a server status report containing a concatenation of all server status - information for support purposes. The output should be redirected to a - file when accompanying a support request. + <para role="usage"> + The "report" command produces a server status report which is a concatenation + of all server status information. The output should be redirected to a file + when accompanying a support request. </para> <para role="example-prefix"> For example: |