Update win_robocopy example (#21992)

"flags" is set, thus "recurse" and "purge" will be ignored.
pull/20437/merge
cptchips 8 years ago committed by jhawkesworth
parent ce150a8295
commit e16b907114

@ -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'''

Loading…
Cancel
Save