From: David Dykstra Date: Tue, 22 Feb 2000 19:47:44 +0000 (+0000) Subject: Somebody was confused into thinking that "Here are some examples" in the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/328fcf113a3ef088619635057e863063538c2de8 Somebody was confused into thinking that "Here are some examples" in the section on exclude/include was supposed to be about "+/-" so I changed the statement to "Here are some exclude/include examples". --- diff --git a/rsync.yo b/rsync.yo index 15f888a3..f7e7b25b 100644 --- a/rsync.yo +++ b/rsync.yo @@ -699,7 +699,7 @@ itemize( The +/- rules are most useful in exclude lists, allowing you to have a single exclude list that contains both include and exclude options. -Here are some examples: +Here are some exclude/include examples: itemize( it() --exclude "*.o" would exclude all filenames matching *.o