X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cb8988eb4ab8147ef832c03bc01902ce3be4dcf5..refs/heads/old/matt:/util.c diff --git a/util.c b/util.c index 5a8333e8..add14869 100644 --- 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) {