From 6660a5efbdc055bc377a98351c46fa2e0270ccf7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 11 Mar 2012 21:09:44 -0400 Subject: [PATCH] add polling info to manpage --- docs/man/man1/ansible.1.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/man/man1/ansible.1.asciidoc b/docs/man/man1/ansible.1.asciidoc index a5d70cf4f48..1228926cd74 100644 --- a/docs/man/man1/ansible.1.asciidoc +++ b/docs/man/man1/ansible.1.asciidoc @@ -85,6 +85,11 @@ Connection timeout to use when trying to talk to hosts, in seconds. Runs commands in the background, killing the task after N seconds. +*-P*, *--poll*:: + +Poll a background job every (this many) seconds. Requires -B. + + *-u*, *--remote-user*:: Use this remote username instead of root