diff --git a/bash_completion b/bash_completion index 47925450..d7e59d08 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.106 2002/02/13 16:46:15 ianmacd Exp $ +# $Id: bash_completion,v 1.107 2002/02/13 16:54:03 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -1356,7 +1356,7 @@ _tcpdump() COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} - COMPREPLY=( $( compgen -W 'host net port src dst ether gateway + COMPREPLY=( $( compgen -W 'host net port src dst ether gateway \ less greater' $cur ) ) }