aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/netcat.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-28 21:38:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-28 21:38:52 +1300
commit66e73957af8561198dc6fc25ea739c1ce9128824 (patch)
tree377c7529253805959a76433a418fba58b60d8c1c /bash/bash_completion.d/netcat.bash
parentRemove resolved issue (diff)
downloaddotfiles-66e73957af8561198dc6fc25ea739c1ce9128824.tar.gz
dotfiles-66e73957af8561198dc6fc25ea739c1ce9128824.zip
Fix nc(1) completions, add nmap(1) completions
Diffstat (limited to 'bash/bash_completion.d/netcat.bash')
-rw-r--r--bash/bash_completion.d/netcat.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bash_completion.d/netcat.bash b/bash/bash_completion.d/netcat.bash
index be4e885f..60b9d614 100644
--- a/bash/bash_completion.d/netcat.bash
+++ b/bash/bash_completion.d/netcat.bash
@@ -1,2 +1,2 @@
-# Complete nc(1) with hostnames
-complete -A hostname netcat nc
+# Complete netcat(1) with hostnames
+complete -A hostname netcat