Mention that only the first line of a password-file is used.
authorWayne Davison <wayned@samba.org>
Mon, 16 Feb 2009 18:31:58 +0000 (10:31 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 16 Feb 2009 18:31:58 +0000 (10:31 -0800)
rsync.yo

index 5eb69ee..4333f90 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -2163,7 +2163,8 @@ order to use bf(--info=progress2).)
 
 dit(bf(--password-file)) This option allows you to provide a password in a
 file for accessing an rsync daemon.  The file must not be world readable.
 
 dit(bf(--password-file)) This option allows you to provide a password in a
 file for accessing an rsync daemon.  The file must not be world readable.
-It should contain just the password as a single line.
+It should contain just the password as the first line of the file (all
+other lines are ignored).
 
 This option does not supply a password to a remote shell transport such as
 ssh; to learn how to do that, consult the remote shell's documentation.
 
 This option does not supply a password to a remote shell transport such as
 ssh; to learn how to do that, consult the remote shell's documentation.