Tweaked the comment on copy_file().
authorWayne Davison <wayned@samba.org>
Fri, 11 Mar 2005 17:35:57 +0000 (17:35 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 11 Mar 2005 17:35:57 +0000 (17:35 +0000)
util.c

diff --git a/util.c b/util.c
index a43cfb0b6ff8199209e47535fb6b08ad4691ed1e..735173d82e4a62eca57626d170550eb985b9af6e 100644 (file)
--- 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;