summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-03-10 21:40:04 -0700
committerWayne Davison <wayned@samba.org>2008-03-10 21:40:04 -0700
commit492ad04277a166d812c539887307157095dc97b7 (patch)
tree0842c723af2d2787368557526a58ae1a41825970
parent1ed9018e69a0d224ff59184974d9150d1cb8814d (diff)
downloadrsync-492ad04277a166d812c539887307157095dc97b7.tar.gz
rsync-492ad04277a166d812c539887307157095dc97b7.tar.bz2
rsync-492ad04277a166d812c539887307157095dc97b7.zip
(Matt) Add missing --no-y option.
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 4ac8846d..82597bf1 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 },