From ed442ddba1969ba826a4e07ccebac6e797d54d82 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:43:29 -0400 Subject: [PATCH] bash-completion: (fsck) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/fsck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-completion/fsck b/bash-completion/fsck index 8e6942c67..cf8756c5b 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 ;; -- 2.47.3