Skip to content

Commit

Permalink
Updated the documentation to be in sync with the fix for #116.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Partington committed May 6, 2014
1 parent f23a611 commit 509fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Apart from selecting a protocol to use, you will also need to supply a number of
<tr>
<th align="left" valign="top"><a name="directoryCopyCommandForWindows"></a>directoryCopyCommandForWindows</th>
<td>The command to use when copying a directory on a Windows host. The string <code>{0}</code> is replaced with the path of the source directory, the string
<code>{1}</code> is replaced with the path of the destination directory. The default value is <code>tar cC {0} . | tar xmC {1} .</code>. If the
<code>{1}</code> is replaced with the path of the destination directory. The default value is <code>cd {1} ; tar -cf - -C {0} . | tar xpf -</code>. If the
<code>tar</code> command is not available but the <code>find</code> command recognizes the <code>-depth</code> parameter with a value, the alternative
command <code>find {0} -depth 1 -exec cp -pr {} {1} ;</code> may be configured.</td>
</tr>
Expand Down

0 comments on commit 509fa54

Please sign in to comment.