From b39f79296a4cea240c659cb7d264035198aa6d44 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Mon, 4 May 2009 22:52:36 -0400 Subject: [PATCH] Improve the descriptions of the filter rule types. --- rsync.yo | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/rsync.yo b/rsync.yo index 8d6aba30..60c6ea85 100644 --- a/rsync.yo +++ b/rsync.yo @@ -2457,15 +2457,15 @@ must come after either a single space or an underscore (_). Here are the available rule prefixes: quote( -bf(exclude, -) specifies an exclude pattern. nl() -bf(include, +) specifies an include pattern. nl() -bf(merge, .) specifies a merge-file to read for more rules. nl() -bf(dir-merge, :) specifies a per-directory merge-file. nl() -bf(hide, H) specifies a pattern for hiding files from the transfer. nl() -bf(show, S) files that match the pattern are not hidden. nl() -bf(protect, P) specifies a pattern for protecting files from deletion. nl() -bf(risk, R) files that match the pattern are not protected. nl() -bf(clear, !) clears the current include/exclude list (takes no arg) nl() +bf(exclude, -) Exclude matching files. nl() +bf(include, +) Don't exclude matching files. nl() +bf(merge, .) Read a merge-file for more rules. nl() +bf(dir-merge, :) Specify a per-directory merge-file. nl() +bf(hide, H) Hide matching source files from the transfer (shorthand for bf(-s)). nl() +bf(show, S) Do not hide matching source files from the transfer (shorthand for bf(+s)). nl() +bf(protect, P) Protect matching destination files from deletion (shorthand for bf(-r)). nl() +bf(risk, R) Do not protect matching destination files from deletion (shorthand for bf(+r)). nl() +bf(clear, !) Clear the current include/exclude list (takes no argument). nl() ) When rules are being read from a file, empty lines are ignored, as are -- 2.34.1