about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-06-06 13:22:15 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-06-06 13:22:15 +0000
commitd65a9da50a4d4e73e7320ae22d085a3bb01a8a33 (patch)
tree1c026bbe8a9216334c70645fe3c7ae8631bdd7c8
parent5b32dece551b9b71d5704701b1b5dcaf8eea09d2 (diff)
downloadzsh-d65a9da50a4d4e73e7320ae22d085a3bb01a8a33.tar.gz
zsh-d65a9da50a4d4e73e7320ae22d085a3bb01a8a33.tar.xz
zsh-d65a9da50a4d4e73e7320ae22d085a3bb01a8a33.zip
30497: xsltproc option completion issue
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Unix/Command/_xmlsoft4
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bf37eba3a..8b979ee6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-06  Peter Stephenson  <pws@csr.com>
+
+	* Vincent: 30497: Completion/Unix/Command/_xmlsoft: option
+	completion issue.
+
 2012-06-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* users/17132: Doc/Zsh/contrib.yo,
@@ -16340,5 +16345,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5662 $
+* $Revision: 1.5663 $
 *****************************************************
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index 8e39ecc9a..ed5bfe7f7 100644
--- a/Completion/Unix/Command/_xmlsoft
+++ b/Completion/Unix/Command/_xmlsoft
@@ -41,8 +41,8 @@ case $service in
       '--maxparserdepth[increase the maximum parser depth]:depth' \
       '--html[input document is an HTML file]' \
       '--encoding[the input document character encoding]:encoding:(${encoding[@]})' \
-      '--param[pass a parameter,value pair]:name::value (xpath expression)' \
-      '--stringparam[pass a parameter]:name::value' \
+      '*--param[pass a parameter,value pair]:name::value (xpath expression)' \
+      '*--stringparam[pass a parameter]:name::value' \
       '--path[provide a set of paths for resources]:paths:_files -/' \
       '--nonet[refuse to fetch DTDs or entities over network]' \
       '--nowrite[refuse to write to any file or resource]' \