diff options
Diffstat (limited to 'bash-completion/tailf')
-rw-r--r-- | bash-completion/tailf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/tailf b/bash-completion/tailf index 29c5bed0..32214d94 100644 --- a/bash-completion/tailf +++ b/bash-completion/tailf @@ -9,6 +9,9 @@ _tailf_module() COMPREPLY=( $(compgen -W "number" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |