summaryrefslogtreecommitdiff
path: root/bash-completion/mkfs
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/mkfs')
-rw-r--r--bash-completion/mkfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/mkfs b/bash-completion/mkfs
index 19471195..48684fea 100644
--- a/bash-completion/mkfs
+++ b/bash-completion/mkfs
@@ -10,6 +10,9 @@ _mkfs_module()
COMPREPLY=( $(compgen -W "$FSTYPES" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)