Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _diff_options missing minus



Spotted by Paul Wagland.

Index: Completion/Unix/Type/_diff_options
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Type/_diff_options,v
retrieving revision 1.9
diff -u -r1.9 _diff_options
--- Completion/Unix/Type/_diff_options	25 Mar 2004 16:53:07 -0000	1.9
+++ Completion/Unix/Type/_diff_options	28 Sep 2004 17:45:49 -0000
@@ -55,7 +55,7 @@
     '(-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]' \



Messages sorted by: Reverse Date, Date, Thread, Author