|
...
|
...
|
@@ -226,10 +226,10 @@ The copy obeys the following rules:
|
|
226
|
226
|
with conflicts resolved in favor of 2) on a file-by-file basis.
|
|
227
|
227
|
|
|
228
|
228
|
* If ``<src>`` is any other kind of file, it is copied individually
|
|
229
|
|
- along with its metadata. In this case, if ``<dst>`` ends with a
|
|
|
229
|
+ along with its metadata. In this case, if ``<dest>`` ends with a
|
|
230
|
230
|
trailing slash ``/``, it will be considered a directory and the
|
|
231
|
|
- contents of ``<src>`` will be written at ``<dst>/base(<src>)``.
|
|
232
|
|
-* If ``<dst>`` does not end with a trailing slash, it will be
|
|
|
231
|
+ contents of ``<src>`` will be written at ``<dest>/base(<src>)``.
|
|
|
232
|
+* If ``<dest>`` does not end with a trailing slash, it will be
|
|
233
|
233
|
considered a regular file and the contents of ``<src>`` will be
|
|
234
|
234
|
written at ``<dst>``.
|
|
235
|
235
|
* If ``<dest>`` doesn't exist, it is created along with all missing
|