bash-completion: add findmnt --real --pseudo

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-05-11 10:50:19 +02:00
parent 0bff4e134e
commit 4c9afd6e53
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ _findmnt_module()
--mountpoint
--help
--tree
--real
--pseudo
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0