Merge pull request #6696 from jjshoe/patch-1

Show argument dependency
This commit is contained in:
jctanner 2014-03-26 09:55:20 -04:00
commit 21054798a5

View file

@ -58,7 +58,7 @@ options:
version_added: "1.5"
delete:
description:
- Delete files that don't exist (after transfer, not before) in the C(src) path.
- Delete files that don't exist (after transfer, not before) in the C(src) path. This option requires C(recursive=yes).
choices: [ 'yes', 'no' ]
default: 'no'
required: false