]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Make the --password-file option's summary even better.
authorWayne Davison <wayned@samba.org>
Sun, 24 Dec 2006 01:30:24 +0000 (01:30 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 24 Dec 2006 01:30:24 +0000 (01:30 +0000)
options.c
rsync.yo

index 7695e775a1d30b8cd3ea515e85147bf192de4310..0a0261b9b18a9a9c9e0eca9f713a7ca07311e5f3 100644 (file)
--- a/options.c
+++ b/options.c
@@ -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 daemon password from FILE\n");
+  rprintf(F,"     --password-file=FILE    read daemon-access 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");
index 573d875c65c7a1f386b780bbab099416aef1360e..b4fcb2615bd3b1a0fa4afb35fdd739009499abd7 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -392,7 +392,7 @@ to the detailed description below for a complete description.  verb(
      --out-format=FORMAT     output updates using the specified FORMAT
      --log-file=FILE         log what we're doing to the specified FILE
      --log-file-format=FMT   log updates using the specified FMT
-     --password-file=FILE    read daemon password from FILE
+     --password-file=FILE    read daemon-access password from FILE
      --list-only             list the files instead of copying them
      --bwlimit=KBPS          limit I/O bandwidth; KBytes per second
      --write-batch=FILE      write a batched update to FILE