Implement --tweak, --no-tweak, --no-tweak-hlinked options.
[rsync/rsync.git] / util.c
diff --git a/util.c b/util.c
index 5a8333e..add1486 100644 (file)
--- a/util.c
+++ b/util.c
@@ -265,8 +265,8 @@ static int safe_read(int desc, char *ptr, size_t len)
 /* Copy a file.  If ofd < 0, copy_file unlinks and opens the "dest" file.
  * Otherwise, it just writes to and closes the provided file descriptor.
  *
- * This is used in conjunction with the --temp-dir, --backup, and
- * --copy-dest options. */
+ * This is used in conjunction with the --temp-dir, --backup,
+ * --copy-dest, and --no-tweak* options. */
 int copy_file(const char *source, const char *dest, int ofd,
              mode_t mode, int create_bak_dir)
 {