summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-03-08 15:10:37 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-06-09 12:30:50 +0300
commit6961b3196fbdff4d3cdafce220a3c7dc8ebfebfb (patch)
tree81b7bf65c1eba3f925da11c23fa6389d6282e6f0 /docs
parentee2b30e8f7e634f8b3a3bb2ad03cebd80879c5cd (diff)
downloadrabbitmq-server-git-6961b3196fbdff4d3cdafce220a3c7dc8ebfebfb.tar.gz
Mention timeout in rabbitmqctl(1)
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml10
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>