aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/mkfs.minix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mkfs.minix b/bash-completion/mkfs.minix
index e7a26cd0a7..c43fef82dd 100644
--- a/bash-completion/mkfs.minix
+++ b/bash-completion/mkfs.minix
@@ -21,7 +21,7 @@ _mkfs.minix_module()
esac
case $cur in
-*)
- OPTS="--namelength --inodes --check --badblocks --help --version -1 -2 -3"
+ OPTS="--namelength --inodes --check --badblocks --lock --help --version -1 -2 -3"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;