summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
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