summaryrefslogtreecommitdiffstats
path: root/bash-completion/mountpoint
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mountpoint')
-rw-r--r--bash-completion/mountpoint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mountpoint b/bash-completion/mountpoint
index f14327ce2..15c6d2314 100644
--- a/bash-completion/mountpoint
+++ b/bash-completion/mountpoint
@@ -11,7 +11,7 @@ _mountpoint_module()
esac
case $cur in
-*)
- OPTS="--quiet --fs-devno --devno --help --version"
+ OPTS="--quiet --nofollow --fs-devno --devno --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;