20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified, spotted by Paul Wagland.

This commit is contained in:
Clint Adams 2004-09-28 17:48:46 +00:00
parent 1199a03348
commit 988948f2a8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-28 Clint Adams <clint@zsh.org>
* 20414: Completion/Unix/Type/_diff_options: correct missing
minus in --unified, spotted by Paul Wagland.
2004-09-27 Peter Stephenson <pws@csr.com>
* unposted: Completion/Unix/Command/_perforce: when adding

View File

@ -55,7 +55,7 @@ if _pick_variant -c $cmd gnu=GNU unix -v; then
'(-a --text)'{-a,--text}'[treat all files as text]' \
"($of $oss)"{-C+,--context=-}'[output a context diff]:number of lines of copied context' \
"($of $oss)-c[output a context diff]" \
"($of $oss)"{-U+,-unified=-}'[output a unified diff]:number of lines of unified context' \
"($of $oss)"{-U+,--unified=-}'[output a unified diff]:number of lines of unified context' \
"($of $oss)-u[output a unified diff]" \
"($ofwuc $oss)*"{-L+,--label=}'[set label to use instead of file name]:label' \
"($ofwuc $oss -p --show-c-function)"{-p,--show-c-function}'[show C function of each change]' \