about summary refs log tree commit diff
path: root/Completion/Cygwin/Command/_getclip
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2009-01-24 13:59:21 +0000
commitf99436b3a98dfbb86b3dd547d5c58a412b967bd7 (patch)
treede82ec25ac89d85ea97e923bee3073c1ec88501e /Completion/Cygwin/Command/_getclip
parentfa322e5464c8d78fa0c3ac83d3032b51d8120938 (diff)
downloadzsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.gz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.tar.xz
zsh-f99436b3a98dfbb86b3dd547d5c58a412b967bd7.zip
26411: update Cygwin completion functions
Diffstat (limited to 'Completion/Cygwin/Command/_getclip')
-rw-r--r--Completion/Cygwin/Command/_getclip12
1 files changed, 7 insertions, 5 deletions
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]'