From efaaf9e9eb5eb2350493e8d16971929cd5f64431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5ivo=20Leedj=C3=A4rv?= Date: Wed, 3 May 2023 16:30:02 +0200 Subject: [PATCH] Regen strings.ml --- src/strings.ml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/strings.ml b/src/strings.ml index 6e853eb07..93974c7f4 100644 --- a/src/strings.ml +++ b/src/strings.ml @@ -1213,6 +1213,7 @@ let docs = \032 -links xxx allow the synchronization of symbolic links\n\ \032 (true/false/default)\n\ \032 -merge xxx add a pattern to the merge list\n\ + \032 -moves optimize transfers by detecting renames and moves\n\ \032 -nocreationpartial xxx add a pattern to the nocreationpartial list\n\ \032 -nodeletionpartial xxx add a pattern to the nodeletionpartial list\n\ \032 -noupdatepartial xxx add a pattern to the noupdatepartial list\n\ @@ -1879,6 +1880,14 @@ let docs = \032 synchronize removable media. This preference can be given more\n\ \032 than once. See the section \226\128\156Mount Points and Removable Media\226\128\157 .\n\ \n\ + \032 moves\n\ + \032 When this preference is set, Unison will try to avoid\n\ + \032 transferring file contents across the network, or making a local\n\ + \032 copy, by recognizing when a file or a directory has been renamed\n\ + \032 or moved to a new location. This usually allows to propagate\n\ + \032 only the rename, without transferring or copying any data. The\n\ + \032 default value is false.\n\ + \n\ \032 nocreation xxx\n\ \032 Including the preference -nocreation root prevents Unison from\n\ \032 performing any file creation on root root.\n\