diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-06-09 20:51:39 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-06-09 20:51:39 +0300 |
| commit | e758072e3d28581999b6a0b8aa7b91c3e1b538cb (patch) | |
| tree | 212b709843657f26eb914541455c3452824eaee3 /docs | |
| parent | 0cc6b93d3b6773e429f1b3209c4d1df4c20243a1 (diff) | |
| parent | 2bcddc175519d8edd379c8bbecaf9c918d794361 (diff) | |
| download | rabbitmq-server-git-e758072e3d28581999b6a0b8aa7b91c3e1b538cb.tar.gz | |
Merge branch 'stable'
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 a782f749cf..9cc50ec49d 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> |
