tcpdump: Fix -z full path arg completion.

master
Ville Skyttä 2012-11-06 23:02:41 +02:00
parent b8cbf1ba94
commit f009a1bfca
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ _tcpdump()
return 0
;;
-z)
compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) )
return 0
;;