diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-07-02 03:58:56 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-07-02 03:58:56 +0300 |
| commit | c57ab10fd02188e4052109a52060f1cd34970c32 (patch) | |
| tree | 6e503e94c47d580d702a701a000803f36e6ed4ad /docs | |
| parent | 8ac770285b464c93930c6c27ce9dd01a13fc3a62 (diff) | |
| parent | 7dfff8bbb0aff9d2b7c392b7d2782f34710f08b7 (diff) | |
| download | rabbitmq-server-git-c57ab10fd02188e4052109a52060f1cd34970c32.tar.gz | |
Merge branch 'stable' into rabbitmq-server-178
Diffstat (limited to 'docs')
| -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> |
