Skip to content

Commit

Permalink
Regen strings.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
tleedjarv committed May 3, 2023
1 parent 71a941d commit efaaf9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/strings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down Expand Up @@ -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\
Expand Down

0 comments on commit efaaf9e

Please sign in to comment.