From: Karel Zak Date: Fri, 11 May 2018 08:50:19 +0000 (+0200) Subject: bash-completion: add findmnt --real --pseudo X-Git-Tag: v2.33-rc1~270 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c9afd6e53f3cf632ee6234cc331200cc4becc67;p=thirdparty%2Futil-linux.git bash-completion: add findmnt --real --pseudo Signed-off-by: Karel Zak --- diff --git a/bash-completion/findmnt b/bash-completion/findmnt index 21167ca300..7270d3616c 100644 --- a/bash-completion/findmnt +++ b/bash-completion/findmnt @@ -129,6 +129,8 @@ _findmnt_module() --mountpoint --help --tree + --real + --pseudo --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0