summaryrefslogtreecommitdiff
path: root/Completion/Cygwin/Command/_getclip
diff options
context:
space:
mode:
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]'