Skip to content

Commit

Permalink
Merge pull request ansible#6696 from jjshoe/patch-1
Browse files Browse the repository at this point in the history
Show argument dependency
  • Loading branch information
jctanner committed Mar 26, 2014
2 parents b3cdcbf + 12c84dd commit 2105479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/files/synchronize
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2105479

Please sign in to comment.