diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-08-03 09:59:27 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-08-03 09:59:27 +0100 |
| commit | 6deac66223691400e460ed1fb0b88aad289318f7 (patch) | |
| tree | 0519aedd947748264a8db29838bb70a389c4bc22 /docs | |
| parent | ee4fa13e7a2a043a2a4840b8f2e04f5742115d3e (diff) | |
| download | rabbitmq-server-git-6deac66223691400e460ed1fb0b88aad289318f7.tar.gz | |
treat no-arguments-given as a special case; refactored opt parser
Diffstat (limited to 'docs')
| -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 ddd1ef659b..0a76a7bdcc 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -271,7 +271,7 @@ <variablelist> <varlistentry id="cluster"> - <term><cmdsynopsis><command>cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> + <term><cmdsynopsis><command>cluster</command> <arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> @@ -336,7 +336,7 @@ </listitem> </varlistentry> <varlistentry id="force_cluster"> - <term><cmdsynopsis><command>force_cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> + <term><cmdsynopsis><command>force_cluster</command> <arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> |
