about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-01-21 16:47:31 +0000
committerClint Adams <clint@users.sourceforge.net>2007-01-21 16:47:31 +0000
commitf3bf48149a2e86faf35db529d864edd904b52fb4 (patch)
treeb5f242fb53a6c6ec2369ff28288e40895aee9c85 /Completion
parent5bed084737e328f4fdcea30efe539568a9912e78 (diff)
downloadzsh-f3bf48149a2e86faf35db529d864edd904b52fb4.tar.gz
zsh-f3bf48149a2e86faf35db529d864edd904b52fb4.tar.xz
zsh-f3bf48149a2e86faf35db529d864edd904b52fb4.zip
23117: strip out erroneous commas.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_getmail2
-rw-r--r--Completion/Unix/Command/_yafc26
2 files changed, 13 insertions, 15 deletions
diff --git a/Completion/Unix/Command/_getmail b/Completion/Unix/Command/_getmail
index 8d6114e4d..32fc1a996 100644
--- a/Completion/Unix/Command/_getmail
+++ b/Completion/Unix/Command/_getmail
@@ -25,5 +25,3 @@ local -a arguments
         '(--new -n --all -a)'{--new,-n}'[retrieve only new messages]'
     )
 _arguments -s -S $arguments
-
-# vim: se ft=zsh tw=80:
diff --git a/Completion/Unix/Command/_yafc b/Completion/Unix/Command/_yafc
index 0cc9b8f81..9c5388ba6 100644
--- a/Completion/Unix/Command/_yafc
+++ b/Completion/Unix/Command/_yafc
@@ -6,19 +6,19 @@ _yafc() {
     '(--anon -a)'{--anon,-a}'[Try an anonymous login]'
     '(--debug -d)'{--debug,-d}'[Print all messages to/from server]'
     '(--dump-rc -D)'{--dump-rc,-D}'[Print the default configuration file]'
-    '(--mechanism,-m)'{--mechanism=-,-m}'[specify a security mechanism]:security mechanism:(krb4, krb5, none)'
-    '(--norc,-n)'{--norc,-n}'[Do not read the users configuration file]'
-    '(--noproxy,-p)'{--noproxy,-p}'[Do not connect via the proxy]'
-    '(--quiet,-q)'{--quiet,-q}'[Do not print the welcome message]'
-    '(--rcfile,-r)'{--rcfile=-,-r}'[Specify a configuration file]:configuration file:_files'
-    '(--trace,-t)'{--trace=-,-t-}'[Specify a trace file]:trace file:_files'
-    '(--noauto,-u)'{--noauto,-u}'[Do not login automagically]'
-    '(--noalias,-U)'{--noalias,-U}'[As --noauto, but bookmark aliases is disabled]'
-    '(--verbose,-v)'{--verbose,-v}'[print all responses received]'
-    '(--wait,-w)'{--wait,-w=}'[Specify a waiting time between connection attempts]:wait time: '
-    '(--workdir,-W)'{--workdir=,-W+}'[Use a different working directory]:working directory:_directories'
-    '(--version,-V)'{--version,-V}'[Print version information]'
-    '(--help,-h)'{--help,-h}'[Print a short help description]'
+    '(--mechanism -m)'{--mechanism=-,-m}'[specify a security mechanism]:security mechanism:(krb4, krb5, none)'
+    '(--norc -n)'{--norc,-n}'[Do not read the users configuration file]'
+    '(--noproxy -p)'{--noproxy,-p}'[Do not connect via the proxy]'
+    '(--quiet -q)'{--quiet,-q}'[Do not print the welcome message]'
+    '(--rcfile -r)'{--rcfile=-,-r}'[Specify a configuration file]:configuration file:_files'
+    '(--trace -t)'{--trace=-,-t-}'[Specify a trace file]:trace file:_files'
+    '(--noauto -u)'{--noauto,-u}'[Do not login automagically]'
+    '(--noalias -U)'{--noalias,-U}'[As --noauto, but bookmark aliases is disabled]'
+    '(--verbose -v)'{--verbose,-v}'[print all responses received]'
+    '(--wait -w)'{--wait,-w=}'[Specify a waiting time between connection attempts]:wait time: '
+    '(--workdir -W)'{--workdir=,-W+}'[Use a different working directory]:working directory:_directories'
+    '(--version -V)'{--version,-V}'[Print version information]'
+    '(--help -h)'{--help,-h}'[Print a short help description]'
     '*:address:_yafc_address'
     )