From ba168b43dab3102891839a997ef6a2878c2738e5 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 21 May 2002 07:44:57 +0000 Subject: fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) --- Completion/Unix/Command/_rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index d111b38ba..8120c10a9 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -121,7 +121,7 @@ _arguments -C -s \ '(--whole-file)-W[copy whole files]' \ '(-W)--whole-file[copy whole files]' \ '(--one-file-system)-x[do not cross filesystem boundaries]' \ - '(-x)-one-file-system[do not cross filesystem boundaries]' \ + '(-x)--one-file-system[do not cross filesystem boundaries]' \ '(--block-size)-B[checksum blocking size]:block size:' \ '(-B)--block-size=[checksum blocking size]:block size:' \ '(--rsh)-e[rsh command]:remote command:(rsh ssh)' \ -- cgit 1.4.1