diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-06-09 18:32:02 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-06-09 18:32:02 +0200 |
| commit | 2bcddc175519d8edd379c8bbecaf9c918d794361 (patch) | |
| tree | 6ad6a33b7a6b19cbf5d8b953496c92b70f952737 /docs/rabbitmqctl.1.xml | |
| parent | 73f47630aa566d6ae7f4849aa36d0243195d7713 (diff) | |
| parent | 54ec4d41bb85db2afb8806032cbf93fa0c45fbf7 (diff) | |
| download | rabbitmq-server-git-2bcddc175519d8edd379c8bbecaf9c918d794361.tar.gz | |
Merge pull request #181 from rabbitmq/rabbitmq-server-62-part1
Introduce a timeout flag to rabbitmqctl (for some commands)
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> |
