From f009a1bfca25e262a68bbe52520bf91531ae6773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 6 Nov 2012 23:02:41 +0200 Subject: [PATCH] tcpdump: Fix -z full path arg completion. --- completions/tcpdump | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/tcpdump b/completions/tcpdump index 8fe4ed63..7b4b4ea8 100644 --- a/completions/tcpdump +++ b/completions/tcpdump @@ -24,6 +24,7 @@ _tcpdump() return 0 ;; -z) + compopt -o filenames COMPREPLY=( $( compgen -c -- "$cur" ) ) return 0 ;;