updated docs in pause to reflect 0 value behaviour
This commit is contained in:
parent
530ee87bd3
commit
77b4a0367c
1 changed files with 4 additions and 2 deletions
|
@ -27,12 +27,12 @@ version_added: "0.8"
|
|||
options:
|
||||
minutes:
|
||||
description:
|
||||
- Number of minutes to pause for.
|
||||
- A positive number of minutes to pause for.
|
||||
required: false
|
||||
default: null
|
||||
seconds:
|
||||
description:
|
||||
- Number of seconds to pause for.
|
||||
- A positive number of seconds to pause for.
|
||||
required: false
|
||||
default: null
|
||||
prompt:
|
||||
|
@ -41,6 +41,8 @@ options:
|
|||
required: false
|
||||
default: null
|
||||
author: "Tim Bielawa (@tbielawa)"
|
||||
notes:
|
||||
- Starting in 2.2, if you specify 0 or negative for minutes or seconds, it will wait for 1 second, previously it would wait indefinitely.
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue