summaryrefslogtreecommitdiffstats
path: root/bash-completion/mountpoint
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mountpoint')
-rw-r--r--bash-completion/mountpoint4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash-completion/mountpoint b/bash-completion/mountpoint
index f74efc9cc..f14327ce2 100644
--- a/bash-completion/mountpoint
+++ b/bash-completion/mountpoint
@@ -5,10 +5,6 @@ _mountpoint_module()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
case $prev in
- '-f'|'--fixme')
- COMPREPLY=( $(compgen -W "fixme" -- $cur) )
- return 0
- ;;
'-h'|'--help'|'-V'|'--version')
return 0
;;