]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (blockdev) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:17:31 +0000 (12:17 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:17:31 +0000 (12:17 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/blockdev

index f37cf034d8b7a6a37e804d3f776c8a86d9368b6e..6244e8f2be8c1874b5cefa6e37c7c718c888cd17 100644 (file)
@@ -29,7 +29,9 @@ _blockdev_module()
                --getfra
                --flushbufs
                --rereadpt
-               $DEVS"
+               $DEVS
+               --help
+               --version"
        case $prev in
                '--setbsz')
                        COMPREPLY=( $(compgen -W "bytes" -- $cur) )