[PATCH] Add --no-y.

Matt McCutchen matt at mattmccutchen.net
Tue Mar 11 02:55:26 GMT 2008


---
When a bunch of --no-* options were added (852e763b), --no-y was
forgotten.  Here it is.

Matt

 options.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/options.c b/options.c
index 4ac8846..82597bf 100644
--- a/options.c
+++ b/options.c
@@ -577,6 +577,7 @@ static struct poptOption long_options[] = {
   {"link-dest",        0,  POPT_ARG_STRING, 0, OPT_LINK_DEST, 0, 0 },
   {"fuzzy",           'y', POPT_ARG_VAL,    &fuzzy_basis, 1, 0, 0 },
   {"no-fuzzy",         0,  POPT_ARG_VAL,    &fuzzy_basis, 0, 0, 0 },
+  {"no-y",             0,  POPT_ARG_VAL,    &fuzzy_basis, 0, 0, 0 },
   {"compress",        'z', POPT_ARG_NONE,   0, 'z', 0, 0 },
   {"no-compress",      0,  POPT_ARG_VAL,    &do_compression, 0, 0, 0 },
   {"no-z",             0,  POPT_ARG_VAL,    &do_compression, 0, 0, 0 },
-- 
1.5.4.3.193.g6dd0e



More information about the rsync mailing list