diff options
Diffstat (limited to 'bash-completion/tailf')
| -rw-r--r-- | bash-completion/tailf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/tailf b/bash-completion/tailf index 32214d94d9..e3dd295b1a 100644 --- a/bash-completion/tailf +++ b/bash-completion/tailf @@ -15,7 +15,7 @@ _tailf_module() esac case $cur in -*) - OPTS="-n --lines -number -V --version -h --help" + OPTS="--lines --version --help" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
