Fixed a couple option-name typos (that had '_' instead of '-').
authorWayne Davison <wayned@samba.org>
Mon, 18 Aug 2003 23:52:43 +0000 (23:52 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 18 Aug 2003 23:52:43 +0000 (23:52 +0000)
rsync.yo

index ef11ea4..5ad9211 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1010,9 +1010,9 @@ once, instead of sending the same data to every host individually.
 Example:
 
 verb(
 Example:
 
 verb(
-$ rsync --write_batch=pfx -a /source/dir/ /adest/dir/
+$ rsync --write-batch=pfx -a /source/dir/ /adest/dir/
 $ rcp pfx.rsync_* remote:
 $ 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/
 )
 # or alternatively
 $ rsh remote ./pfx.rsync_argvs /bdest/dir/
 )