diff options
Diffstat (limited to 'bash-completion/findmnt')
| -rw-r--r-- | bash-completion/findmnt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt index c2dfa21b26..cdc4861c22 100644 --- a/bash-completion/findmnt +++ b/bash-completion/findmnt @@ -77,6 +77,9 @@ _findmnt_module() COMPREPLY=( $(compgen -W "$DEV_MPOINT" -- $cur) ) return 0 ;; + '-h'|'--help'|'-V'|'--version') + return 0 + ;; esac case $cur in -*) |
