diff options
| author | Wayne Davison <wayned@samba.org> | 2005-03-11 17:35:57 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-03-11 17:35:57 +0000 |
| commit | 3e13004b6b0d4aef64b592066c3b14442627b478 (patch) | |
| tree | bbf60bbee324f11f56fe0dcc2879d42bc995e236 /util.c | |
| parent | 2f03ce67d695e16b1789aff3a155109dcbbbd25f (diff) | |
| download | android_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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |
