diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-07-26 13:54:37 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-07-26 13:54:37 +0000 |
| commit | e5ccda3b9ce46d2122cb212a79aae0356d89f335 (patch) | |
| tree | 124c970fdfcf33f01fdee2758c23e554fd1320f3 /Completion/Unix/Command | |
| parent | 17481 from Karl Tomlinson: turn off variable arrays for SGI compiler. (diff) | |
| download | zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar.gz zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar.bz2 zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar.lz zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar.xz zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.tar.zst zsh-e5ccda3b9ce46d2122cb212a79aae0356d89f335.zip | |
17484: fix option check and add missing #autoload tag
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_netcat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_netcat b/Completion/Unix/Command/_netcat index 082b8afde..396fc8e09 100644 --- a/Completion/Unix/Command/_netcat +++ b/Completion/Unix/Command/_netcat @@ -8,7 +8,7 @@ typeset -A opt_args _nedit && return if (( ! $+_nc_args )); then - local help="$(_call_program options nc -h < /dev/null 2>&1)" + local help="$(_call_program options $words[1] -h < /dev/null 2>&1)" local -A optionmap optionmap=( '*-e prog*' '-e+[program to exec after connect]:prog:_command_names -e' |
