diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-03-29 15:50:01 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-03-29 15:50:01 +0100 |
| commit | 9523f79fe9c0c522ba3422f7bce11ac49c4c835b (patch) | |
| tree | 459c0001553270ce987d22780a86f7cd37657443 /docs/rabbitmqctl.1.xml | |
| parent | b53eacfaccd14cd60fb06722b41a85c6cba36c62 (diff) | |
| download | rabbitmq-server-git-9523f79fe9c0c522ba3422f7bce11ac49c4c835b.tar.gz | |
A couple more cosmetic fixes to the usage messages.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index e7fc45e4ba..7634b2d247 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -65,7 +65,7 @@ <title>Options</title> <variablelist> <varlistentry> - <term><option>-n</option> <replaceable>node</replaceable></term> + <term><cmdsynopsis><arg choice="opt">-n <replaceable>node</replaceable></arg></cmdsynopsis></term> <listitem> <para role="usage"> Default node is "rabbit@server", where server is the local host. On @@ -79,7 +79,7 @@ </listitem> </varlistentry> <varlistentry> - <term><option>-q</option></term> + <term><cmdsynopsis><arg choice="opt">-q</arg></cmdsynopsis></term> <listitem> <para role="usage"> Quiet output mode is selected with the "-q" flag. Informational |
