summaryrefslogtreecommitdiffstats
path: root/bash-completion/mountpoint
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mountpoint')
-rw-r--r--bash-completion/mountpoint3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/mountpoint b/bash-completion/mountpoint
index e2f1d5686..308c4d696 100644
--- a/bash-completion/mountpoint
+++ b/bash-completion/mountpoint
@@ -9,6 +9,9 @@ _mountpoint_module()
COMPREPLY=( $(compgen -W "fixme" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)