summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_yafc
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2010-06-06 13:44:11 +0000
commita54fdc70be299a203a51d69c4e823f209a4c06ca (patch)
tree6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/Unix/Command/_yafc
parent4ad0a25af110e2afe956bce13e901f78fd9e6bcd (diff)
downloadzsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz
zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_yafc')
-rw-r--r--Completion/Unix/Command/_yafc28
1 files changed, 14 insertions, 14 deletions
diff --git a/Completion/Unix/Command/_yafc b/Completion/Unix/Command/_yafc
index 9c5388ba6..df9623beb 100644
--- a/Completion/Unix/Command/_yafc
+++ b/Completion/Unix/Command/_yafc
@@ -3,22 +3,22 @@
_yafc() {
local arguments
arguments=(
- '(--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]'
+ '(--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]'
+ '(--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]'
+ '(--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'
)