]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Change erroneous references to a --config-file option to the correct --config
authorDavid Dykstra <dwd@samba.org>
Mon, 27 Jan 2003 02:48:14 +0000 (02:48 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 27 Jan 2003 02:48:14 +0000 (02:48 +0000)
option.

rsync.yo

index edbee0e8fe5a504e9371d7bd81aaf095d2c28ff0..6e65986b0e7686ba3ea4bbb17905c2f81f005035 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -238,9 +238,9 @@ quote(rsync --server --daemon .)
 NOTE: rsync's argument parsing expects the trailing ".", so make sure
 that it's there.  If you want to use a rsyncd.conf(5)-style
 configuration file other than the default, you can added a
---config-file option to the em(command):
+--config option to the em(command):
 
-quote(rsync --server --daemon --config-file=em(file) .)
+quote(rsync --server --daemon --config=em(file) .)
 
 manpagesection(EXAMPLES)