From f99436b3a98dfbb86b3dd547d5c58a412b967bd7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 24 Jan 2009 13:59:21 +0000 Subject: 26411: update Cygwin completion functions --- Completion/Cygwin/Command/_getclip | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Completion/Cygwin/Command/_getclip') diff --git a/Completion/Cygwin/Command/_getclip b/Completion/Cygwin/Command/_getclip index c27e2dfdd..4a333f907 100644 --- a/Completion/Cygwin/Command/_getclip +++ b/Completion/Cygwin/Command/_getclip @@ -1,10 +1,12 @@ #compdef getclip getclip.exe -#Generated by Felix Rosencrantz -_arguments \ - '(--dos -d)'{-d,--dos}'[output text will have DOS line endings]' \ - '(--unix -u)'{-u,--unix}'[output text will have UNIX line endings]' \ - '(-)'{-\?,--help}'[show this help message]' \ +# cygutils 1.3.2 + +_arguments -s -S \ + '(--dos -d --unix -u --no-conv -n)'{-d,--dos}'[output text will have DOS line endings]' \ + '(--dos -d --unix -u --no-conv -n)'{-u,--unix}'[output text will have UNIX line endings]' \ + '(--dos -d --unix -u --no-conv -n)'{-n,--no-conv}'[do not translate line endings]' \ + '(-)'{-\?,--help}'[display help information]' \ '(-)--usage[display brief usage message]' \ '(-)--version[display version information]' \ '(-)--license[display licensing information]' -- cgit 1.4.1