diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:43:29 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:43:29 -0400 |
| commit | ed442ddba1969ba826a4e07ccebac6e797d54d82 (patch) | |
| tree | 2dfba5452cd4e07b3044c0508b9e5e65cffaa02d | |
| parent | 93d0a87cb93f90c137cfda0242703cd3eba0b692 (diff) | |
| download | util-linux-ed442ddba1969ba826a4e07ccebac6e797d54d82.tar.gz | |
bash-completion: (fsck) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
| -rw-r--r-- | bash-completion/fsck | 2 |
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 ;; |
