diff options
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 40d8978e9b..854dd277b4 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -41,6 +41,7 @@ <cmdsynopsis> <command>rabbitmqctl</command> <arg choice="opt">-n <replaceable>node</replaceable></arg> + <arg choice="opt">-t <replaceable>timeout</replaceable></arg> <arg choice="opt">-q</arg> <arg choice="req"><replaceable>command</replaceable></arg> <arg choice="opt" rep="repeat"><replaceable>command options</replaceable></arg> @@ -92,6 +93,15 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><arg choice="opt">-t <replaceable>timeout</replaceable></arg></cmdsynopsis></term> + <listitem> + <para role="usage"> + Operation timeout in seconds. Only applicable to "list" commands. + Default is "infinity". + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> |
