Skip to content

Commit

Permalink
Revert "Regen strings.ml"
Browse files Browse the repository at this point in the history
This reverts commit 63963d8.
  • Loading branch information
tleedjarv committed Apr 25, 2023
1 parent accfb99 commit f9191b1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/strings.ml
Expand Up @@ -1286,6 +1286,8 @@ let docs =
\032 -copymax n maximum number of simultaneous copyprog transfers\n\
\032 -copyprog xxx external program for copying large files\n\
\032 -copyprogrest xxx variant of copyprog for resuming partial transfers\n\
\032 -copyquoterem xxx add quotes to remote file name for copyprog\n\
\032 (true/false/default)\n\
\032 -copythreshold n use copyprog on files bigger than this (if >=0, in Kb)\n\
\032 -diff xxx set command for showing differences between files\n\
\032 -ignorelocks ignore locks left over from previous run (dangerous!)\n\
Expand Down Expand Up @@ -1502,6 +1504,15 @@ let docs =
\032 rsync). The default setting invokes rsync with appropriate\n\
\032 options\226\128\148most users should not need to change it.\n\
\n\
\032 copyquoterem xxx\n\
\032 When set to true, this flag causes Unison to add an extra layer\n\
\032 of quotes to the remote path passed to the external copy\n\
\032 program. This is needed by rsync, for example, which internally\n\
\032 uses an ssh connection requiring an extra level of quoting for\n\
\032 paths containing spaces. When this flag is set to default, extra\n\
\032 quotes are added if the value of copyprog contains the string\n\
\032 rsync.\n\
\n\
\032 copythreshold n\n\
\032 A number indicating above what filesize (in kilobytes) Unison\n\
\032 should use the external copying utility specified by copyprog.\n\
Expand Down Expand Up @@ -3113,6 +3124,14 @@ let docs =
\032 copyprog = rsync --inplace --compress\n\
\032 copyprogrest = rsync --partial --inplace --compress\n\
\n\
\032 You may also need to set the copyquoterem preference. When it is set to\n\
\032 true, this causes Unison to add an extra layer of quotes to the remote\n\
\032 path passed to the external copy program. This is is needed by rsync,\n\
\032 for example, which internally uses an ssh connection, requiring an\n\
\032 extra level of quoting for paths containing spaces. When this flag is\n\
\032 set to default, extra quotes are added if the value of copyprog\n\
\032 contains the string rsync. The default value is default, naturally.\n\
\n\
\032 If a directory transfer is interrupted, the next run of Unison will\n\
\032 automatically skip any files that were completely transferred before\n\
\032 the interruption. (This behavior is always on: it does not depend on\n\
Expand Down

0 comments on commit f9191b1

Please sign in to comment.