From: Wayne Davison Date: Fri, 11 Mar 2005 17:35:57 +0000 (+0000) Subject: Tweaked the comment on copy_file(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3e13004b6b0d4aef64b592066c3b14442627b478 Tweaked the comment on copy_file(). --- diff --git a/util.c b/util.c index a43cfb0b..735173d8 100644 --- a/util.c +++ b/util.c @@ -245,7 +245,8 @@ static int safe_read(int desc, char *ptr, size_t len) /** Copy a file. * - * This is used in conjunction with the --temp-dir and --backup options */ + * This is used in conjunction with the --temp-dir, --backup, and + * --copy-dest options. */ int copy_file(char *source, char *dest, mode_t mode) { int ifd;