summaryrefslogtreecommitdiffstats
path: root/bash-completion/findmnt
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/findmnt')
-rw-r--r--bash-completion/findmnt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/findmnt b/bash-completion/findmnt
index 946c22a98..5583fbf6c 100644
--- a/bash-completion/findmnt
+++ b/bash-completion/findmnt
@@ -127,6 +127,7 @@ _findmnt_module()
--target
--mountpoint
--help
+ --tree
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0