diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-01 10:02:28 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-01 10:02:28 +0000 |
commit | 9f63db611a8ee2becff902949398447fd55dfccc (patch) | |
tree | 724921d7954a72efa3db7463bb1a189b467be5ef /Completion/Unix/Command/_surfraw | |
parent | f688a43ac2bc022bcf498f7cd2da5ab0dc3c0193 (diff) | |
download | zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.gz zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.xz zsh-9f63db611a8ee2becff902949398447fd55dfccc.zip |
21294: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_surfraw')
-rw-r--r-- | Completion/Unix/Command/_surfraw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_surfraw b/Completion/Unix/Command/_surfraw index ebb739a8d..326504794 100644 --- a/Completion/Unix/Command/_surfraw +++ b/Completion/Unix/Command/_surfraw @@ -5,11 +5,11 @@ _arguments \ '-elvi[list Surfraw mechanisms for conquering evil]' \ '-escape-url-args=[apply url escaping to arguments]:bool:(yes no)' \ '(-g -graphical)'{-g,-graphical}'[get some windowed sin]' \ - '-p0rn=[Yes, yes, harder, deeper, faster, oh baybe]:bool:(yes no)' \ + '-p0rn=[yes, yes, harder, deeper, faster, oh baybe]:bool:(yes no)' \ '-help' \ '-quiet:bool:(yes no)' \ '-new[start in a new window]' \ '(-t -text)'{-t,-text}'[back to the yellow brick road]' \ - '(-q -quote)'{-q,-quote}'[Quote arguments with quote characters]' \ + '(-q -quote)'{-q,-quote}'[quote arguments with quote characters]' \ '-version[display Surfraw version]' \ ':elvi: compadd ${${(f)"$(surfraw -elvi)"}%%[[:space:]]##--*}' |