aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash-completion/fsck2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/fsck b/bash-completion/fsck
index 8e6942c672..cf8756c5b7 100644
--- a/bash-completion/fsck
+++ b/bash-completion/fsck
@@ -27,7 +27,7 @@ _fsck_module()
esac
case $cur in
-*)
- OPTS="-p -n -y -c -f -v -b -B -j -l -L"
+ OPTS="-p -n -y -c -f -v -b -B -j -l -L --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;