From 1b88775534af35dc199b53d666c0a5442e5269c7 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Mon, 27 Jan 2003 02:48:14 +0000 Subject: [PATCH] Change erroneous references to a --config-file option to the correct --config option. --- rsync.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync.yo b/rsync.yo index edbee0e8..6e65986b 100644 --- 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) -- 2.34.1