From 7543e0baf812e24066b863b5d13fdb1efffc3428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 1 Feb 2013 23:10:55 +0200 Subject: [PATCH] dnsspoof,filesnarf,macof,sshow,tcpkill,tcpnice,urlsnarf: Fix -i completion. --- completions/dnsspoof | 2 +- completions/filesnarf | 2 +- completions/macof | 2 +- completions/sshow | 2 +- completions/tcpkill | 2 +- completions/tcpnice | 2 +- completions/urlsnarf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/completions/dnsspoof b/completions/dnsspoof index 39bc47eb..2518af69 100644 --- a/completions/dnsspoof +++ b/completions/dnsspoof @@ -7,7 +7,7 @@ _dnsspoof() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; -f) diff --git a/completions/filesnarf b/completions/filesnarf index 07c4c741..dbadd434 100644 --- a/completions/filesnarf +++ b/completions/filesnarf @@ -7,7 +7,7 @@ _snarf() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac diff --git a/completions/macof b/completions/macof index b81b630a..264f1c9d 100644 --- a/completions/macof +++ b/completions/macof @@ -7,7 +7,7 @@ _macof() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac diff --git a/completions/sshow b/completions/sshow index a28d2444..2e9bd467 100644 --- a/completions/sshow +++ b/completions/sshow @@ -7,7 +7,7 @@ _sshow() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac diff --git a/completions/tcpkill b/completions/tcpkill index 82420230..4a753326 100644 --- a/completions/tcpkill +++ b/completions/tcpkill @@ -7,7 +7,7 @@ _tcpkill() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac diff --git a/completions/tcpnice b/completions/tcpnice index 03c23e5e..49b89258 100644 --- a/completions/tcpnice +++ b/completions/tcpnice @@ -7,7 +7,7 @@ _tcpnice() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac diff --git a/completions/urlsnarf b/completions/urlsnarf index bb1a29ef..e9ccd8f9 100644 --- a/completions/urlsnarf +++ b/completions/urlsnarf @@ -7,7 +7,7 @@ _urlsnarf() case $prev in -i) - _interfaces + _available_interfaces -a return 0 ;; esac