From: Wayne Davison Date: Mon, 18 Aug 2003 23:52:43 +0000 (+0000) Subject: Fixed a couple option-name typos (that had '_' instead of '-'). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8a78bb963de8d5fc38ef1701ad6eb06750664249 Fixed a couple option-name typos (that had '_' instead of '-'). --- diff --git a/rsync.yo b/rsync.yo index ef11ea47..5ad92119 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1010,9 +1010,9 @@ once, instead of sending the same data to every host individually. Example: verb( -$ rsync --write_batch=pfx -a /source/dir/ /adest/dir/ +$ rsync --write-batch=pfx -a /source/dir/ /adest/dir/ $ rcp pfx.rsync_* remote: -$ rsh remote rsync --read_batch=pfx -a /bdest/dir/ +$ rsh remote rsync --read-batch=pfx -a /bdest/dir/ # or alternatively $ rsh remote ./pfx.rsync_argvs /bdest/dir/ )