From e0c03a11abf6ff799ffe4a2c1901414924281833 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 1 Mar 2016 17:42:27 +0000 Subject: [PATCH] Commit missing docs changes and adjust RELEASE.md to make sure it doesn't happen again --- MANUAL.html | 30 +++++++++++++++++++++++ MANUAL.md | 28 ++++++++++++++++++++++ MANUAL.txt | 37 +++++++++++++++++++++++++++++ RELEASE.md | 1 + rclone.1 | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 164 insertions(+) diff --git a/MANUAL.html b/MANUAL.html index 0dad4ff33..17b9054af 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -1774,6 +1774,36 @@ nounc = true

This will use UNC paths on c:\src but not on z:\dst. Of course this will cause problems if the absolute path length of a file exceeds 258 characters on z, so only use this option if you have to.

Changelog