From 45f68d770c4bde2713888a9263da1ee88a7c78ad Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 3 Feb 2002 06:17:35 +0000 Subject: 16540: rsync short options and local files --- ChangeLog | 5 +++++ Completion/Unix/Command/_rsync | 21 ++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6ad3fa4a2..f540f8d5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-03 Clint Adams + + * 16540: Completion/Unix/Command/_rsync: include short options and + local files. + 2002-01-31 Oliver Kiddle * Derek Peschel: 16493: Src/params.c: correct typos diff --git a/Completion/Unix/Command/_rsync b/Completion/Unix/Command/_rsync index cb0261340..bb6eb3acb 100644 --- a/Completion/Unix/Command/_rsync +++ b/Completion/Unix/Command/_rsync @@ -1,5 +1,24 @@ #compdef rsync -_arguments -- '*=COMMAND*:command:_command' \ +_arguments -C -s \ + '*:local files:_files' \ + '(--verbose)-v[verbose]' \ + '(--quiet)-q[quiet]' \ + '(--checksum)-c[checksum]' \ + '(--archive)-a[archive]' \ + '(--recursive)-r[recursive]' \ + '(--backup)-b[backup]' \ + '(--update)-u[update]' \ + '(--links)-l[links]' \ + '(--perms)-p[perms]' \ + '(--owner)-o[owner]' \ + '(--group)-g[group]' \ + '(--times)-t[times]' \ + '(--dry-run)-n[dry-run]' \ + '(--one-file-system)-x[one-file-system]' \ + '(--rsh)-e[rsh command]:remote command:(rsh ssh)' \ + '(--compress)-z[compress]' \ + '(--help)-h[help]' \ + -- '*=COMMAND*:command:_command' \ '*=FILE*:file:_files' \ '*=DIR*:directory:_files -/' -- cgit 1.4.1