diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-07-09 00:23:52 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-07-09 00:23:52 +0200 |
| commit | e6fdd35a83881a957ac206b4e128886d07f37c71 (patch) | |
| tree | 3b5c1128104ee38544c89e10329be417f057bb78 /Completion/Unix/Command/_xmlsoft | |
| parent | 49149: add specific values in completion after ssh-keygen -b depending on the... (diff) | |
| download | zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar.gz zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar.bz2 zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar.lz zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar.xz zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.tar.zst zsh-e6fdd35a83881a957ac206b4e128886d07f37c71.zip | |
49150: consistently use singular form for headings on completion match groups
Diffstat (limited to 'Completion/Unix/Command/_xmlsoft')
| -rw-r--r-- | Completion/Unix/Command/_xmlsoft | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index 487974fdb..6f7e3b7c9 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -45,7 +45,7 @@ case $service in '--encoding[the input document character encoding]:encoding:(${encoding[@]})' \ '*--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 -/' \ + '--path[provide a set of paths for resources]:path:_dir_list' \ '--nonet[refuse to fetch DTDs or entities over network]' \ '--nowrite[refuse to write to any file or resource]' \ '--nomkdir[refuse to create directories]' \ @@ -70,7 +70,7 @@ case $service in '--noent[substitute entity references by their value]' \ '--noenc[ignore any encoding specified inside the document]' \ "(--output -o)--noout[don't output the result tree]" \ - '--path[provide a set of paths for resources]:paths:_files -/' \ + '--path[provide a set of paths for resources]:path:_dir_list' \ '--load-trace[print trace of all external entities loaded]' \ '--nonet[refuse to fetch DTDs or entities over network]' \ '--nocompact[do not generate compact text nodes]' \ |
