summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak2018-05-11 10:50:19 +0200
committerKarel Zak2018-05-11 10:50:19 +0200
commit4c9afd6e53f3cf632ee6234cc331200cc4becc67 (patch)
tree5ee7e497de5427a6e35a7e41f126cd1b3c405d0f /bash-completion
parentmisc-utils/findmnt.8: add --pseudo and --real options (diff)
downloadkernel-qcow2-util-linux-4c9afd6e53f3cf632ee6234cc331200cc4becc67.tar.gz
kernel-qcow2-util-linux-4c9afd6e53f3cf632ee6234cc331200cc4becc67.tar.xz
kernel-qcow2-util-linux-4c9afd6e53f3cf632ee6234cc331200cc4becc67.zip
bash-completion: add findmnt --real --pseudo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/findmnt2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt
index 21167ca30..7270d3616 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