aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-03-11 17:35:57 +0000
committerWayne Davison <wayned@samba.org>2005-03-11 17:35:57 +0000
commit3e13004b6b0d4aef64b592066c3b14442627b478 (patch)
treebbf60bbee324f11f56fe0dcc2879d42bc995e236 /util.c
parent2f03ce67d695e16b1789aff3a155109dcbbbd25f (diff)
downloadandroid_external_rsync-3e13004b6b0d4aef64b592066c3b14442627b478.tar.gz
android_external_rsync-3e13004b6b0d4aef64b592066c3b14442627b478.tar.bz2
android_external_rsync-3e13004b6b0d4aef64b592066c3b14442627b478.zip
Tweaked the comment on copy_file().
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
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;