diff options
author | Wayne Davison <wayned@samba.org> | 2006-12-24 00:58:24 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-12-24 00:58:24 +0000 |
commit | ce455b03e76b188dc68642e0fcb5ca17f705ae20 (patch) | |
tree | ae653ce2ff4e48af3ffff3c33a935eb09e3efff8 /options.c | |
parent | a39da29ac5c373f76cabbf010f75d3ada0ddbf79 (diff) | |
download | rsync-ce455b03e76b188dc68642e0fcb5ca17f705ae20.tar.gz rsync-ce455b03e76b188dc68642e0fcb5ca17f705ae20.tar.bz2 rsync-ce455b03e76b188dc68642e0fcb5ca17f705ae20.zip |
Improved the summary of the --password-file option.
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ void usage(enum logcode F) rprintf(F," --out-format=FORMAT output updates using the specified FORMAT\n"); rprintf(F," --log-file=FILE log what we're doing to the specified FILE\n"); rprintf(F," --log-file-format=FMT log updates using the specified FMT\n"); - rprintf(F," --password-file=FILE read password from FILE\n"); + rprintf(F," --password-file=FILE read daemon password from FILE\n"); rprintf(F," --list-only list the files instead of copying them\n"); rprintf(F," --bwlimit=KBPS limit I/O bandwidth; KBytes per second\n"); rprintf(F," --write-batch=FILE write a batched update to FILE\n"); |