about summary refs log tree commit diff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_netcat2
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'