diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-17 14:58:49 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-17 14:58:49 +0100 |
| commit | 4f69d8276ea8091788ffe95aa7898a77ca2c182b (patch) | |
| tree | 709535f66e551a154a3cecf240645c17e5540ad1 /docs/rabbitmqctl.1.xml | |
| parent | 01814fb6d7eb585841ab15a2c4cb3f709c45e81a (diff) | |
| download | rabbitmq-server-git-4f69d8276ea8091788ffe95aa7898a77ca2c182b.tar.gz | |
fix messed up rabbitmqctl usage
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1af93e85de..11d85e9e03 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -366,16 +366,8 @@ </para> </listitem> </varlistentry> - </variablelist> - <variablelist> <varlistentry> - <term> - <cmdsynopsis> - <command>change_cluster_node_type</command> - <arg choice="req"> - disk | ram - </arg> - </cmdsynopsis> + <term><cmdsynopsis><command>change_cluster_node_type</command> <arg choice="req">disk | ram</arg></cmdsynopsis> </term> <listitem> <para> @@ -390,15 +382,8 @@ </para> </listitem> </varlistentry> - </variablelist> - <variablelist> <varlistentry> - <term> - <cmdsynopsis> - <command>forget_cluster_node</command> - <arg choice="opt">--offline</arg> - </cmdsynopsis> - </term> + <term><cmdsynopsis><command>forget_cluster_node</command> <arg choice="opt">--offline</arg></cmdsynopsis></term> <listitem> <variablelist> <varlistentry> @@ -429,14 +414,8 @@ </para> </listitem> </varlistentry> - </variablelist> - <variablelist> <varlistentry> - <term> - <cmdsynopsis> - <command>update_cluster_nodes</command> - <arg choice="req">clusternode</arg> - </cmdsynopsis> + <term><cmdsynopsis><command>update_cluster_nodes</command> <arg choice="req">clusternode</arg></cmdsynopsis> </term> <listitem> <variablelist> |
