about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2002-08-02 13:14:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2002-08-02 13:14:15 +0000
commitd0ec32128851f69ee7597930ccfe0914c499485c (patch)
treed2d3b268dbb1b60cf530c5e3af0d6d38c13d8fd8
parentcc70b961629c7fa16223bbc7f5b700b1c35a7287 (diff)
downloadzsh-d0ec32128851f69ee7597930ccfe0914c499485c.tar.gz
zsh-d0ec32128851f69ee7597930ccfe0914c499485c.tar.xz
zsh-d0ec32128851f69ee7597930ccfe0914c499485c.zip
Unposted: fix typo in 17496.
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Type/_diff_options2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddffd5e4d..2ecec6f53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-02  Peter Stephenson  <pws@csr.com>
+
+	* Unposted: fix typo in 17496.
+
 2002-08-01  Peter Stephenson  <pws@csr.com>
 
 	* 17497: Src/builtin.c: getopts skipped over zero-length arguments.
diff --git a/Completion/Unix/Type/_diff_options b/Completion/Unix/Type/_diff_options
index 99d44324b..a88b4780a 100644
--- a/Completion/Unix/Type/_diff_options
+++ b/Completion/Unix/Type/_diff_options
@@ -73,7 +73,7 @@ if _pick_variant -c $cmd gnu=GNU unix -v; then
     "($of $ouc $oss)-n[RCS format diff]" \
     "($of $ouc)--side-by-side[output in two columns]" \
     "($of $ouc)-y[output in two columns]" \
-    "($ofwy $ouc --width -W){--width=,-W+}'[set size of line]:number of characters per line:' \
+    "($ofwy $ouc --width -W)"{--width=,-W+}'[set size of line]:number of characters per line:' \
     "($ofwy $ouc)--left-column[output only left column of common lines]" \
     "($ofwy $ouc)--suppress-common-lines[do not output common lines]" \
     "($ofwg $ouc $oss)--old-group-format=[set old group format]:old group format:" \