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