diff options
author | David Dykstra <dwd@samba.org> | 2003-01-27 02:48:14 +0000 |
---|---|---|
committer | David Dykstra <dwd@samba.org> | 2003-01-27 02:48:14 +0000 |
commit | 1b88775534af35dc199b53d666c0a5442e5269c7 (patch) | |
tree | f954b758779133e469d417cc7500751c4cf5a60a | |
parent | 7f6537557d24a20698300651cca5e1c75efc5746 (diff) | |
download | rsync-1b88775534af35dc199b53d666c0a5442e5269c7.tar.gz |
Change erroneous references to a --config-file option to the correct --config
option.
-rw-r--r-- | rsync.yo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |