diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-03-08 15:10:37 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-06-09 12:30:50 +0300 |
| commit | 6961b3196fbdff4d3cdafce220a3c7dc8ebfebfb (patch) | |
| tree | 81b7bf65c1eba3f925da11c23fa6389d6282e6f0 /docs | |
| parent | ee2b30e8f7e634f8b3a3bb2ad03cebd80879c5cd (diff) | |
| download | rabbitmq-server-git-6961b3196fbdff4d3cdafce220a3c7dc8ebfebfb.tar.gz | |
Mention timeout in rabbitmqctl(1)
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> |
