From 988948f2a831a47361250ba74d22203947966e76 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 28 Sep 2004 17:48:46 +0000 Subject: 20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified, spotted by Paul Wagland. --- Completion/Unix/Type/_diff_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type/_diff_options') diff --git a/Completion/Unix/Type/_diff_options b/Completion/Unix/Type/_diff_options index 7a81f7848..a83042e88 100644 --- a/Completion/Unix/Type/_diff_options +++ b/Completion/Unix/Type/_diff_options @@ -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]' \ -- cgit 1.4.1