The following commit has been merged in the master branch:
commit f009a1bfca25e262a68bbe52520bf91531ae6773
Author: Ville Skyttä <[email protected]>
Date: Tue Nov 6 23:02:41 2012 +0200
tcpdump: Fix -z full path arg completion.
diff --git a/completions/tcpdump b/completions/tcpdump
index 8fe4ed6..7b4b4ea 100644
--- a/completions/tcpdump
+++ b/completions/tcpdump
@@ -24,6 +24,7 @@ _tcpdump()
return 0
;;
-z)
+ compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) )
return 0
;;
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits