summaryrefslogtreecommitdiffstats
path: root/bash-completion/fallocate
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/fallocate')
-rw-r--r--bash-completion/fallocate2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/fallocate b/bash-completion/fallocate
index ce5f4f14c..1a98eb085 100644
--- a/bash-completion/fallocate
+++ b/bash-completion/fallocate
@@ -15,7 +15,7 @@ _fallocate_module()
esac
case $cur in
-*)
- OPTS="--keep-size --punch-hole --dig-holes --offset --length --help --version"
+ OPTS="--keep-size --punch-hole --dig-holes --offset --length --help --verbose --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;