diff --git a/README.md b/README.md index cccae223..8ddc4290 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Apart from selecting a protocol to use, you will also need to supply a number of directoryCopyCommandForWindows The command to use when copying a directory on a Windows host. The string {0} is replaced with the path of the source directory, the string - {1} is replaced with the path of the destination directory. The default value is tar cC {0} . | tar xmC {1} .. If the + {1} is replaced with the path of the destination directory. The default value is cd {1} ; tar -cf - -C {0} . | tar xpf -. If the tar command is not available but the find command recognizes the -depth parameter with a value, the alternative command find {0} -depth 1 -exec cp -pr {} {1} ; may be configured.