diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:14:24 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:14:24 -0400 |
| commit | 72b8c115c7ec716eb7df893bc60845da04c698e4 (patch) | |
| tree | d518ee6b8a3f3518b50bb755e6b93ba63369000f | |
| parent | d7d9a98865023f5ada70f8a4fd876578033c9d69 (diff) | |
| download | util-linux-72b8c115c7ec716eb7df893bc60845da04c698e4.tar.gz | |
bash-completion: (mkfs.cramfs) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
| -rw-r--r-- | bash-completion/mkfs.cramfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/mkfs.cramfs b/bash-completion/mkfs.cramfs index b7e92fce74..61a65b37f5 100644 --- a/bash-completion/mkfs.cramfs +++ b/bash-completion/mkfs.cramfs @@ -31,7 +31,7 @@ _mkfs.cramfs_module() esac case $cur in -*) - OPTS="-h -v -E -b -e -N -i -n -p -s -z" + OPTS="-h -v -E -b -e -N -i -n -p -s -z --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
