Update win_robocopy example (#21992)

"flags" is set, thus "recurse" and "purge" will be ignored.
This commit is contained in:
cptchips 2017-02-27 17:16:50 +01:00 committed by jhawkesworth
parent ce150a8295
commit e16b907114

View file

@ -98,9 +98,7 @@ EXAMPLES = r'''
win_robocopy:
src: C:\DirectoryOne
dest: C:\DirectoryTwo
recurse: True
purge: True
flags: /XD SOME_DIR /XF SOME_FILE /MT:32
flags: /E /PURGE /XD SOME_DIR /XF SOME_FILE /MT:32
'''
RETURN = r'''