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

index 0a57d68a644cd65c92d7517749b8069ff173eb12..683986d8ed4c828aa8de4a678bf48d8eb630991e 100644 (file)
@@ -20,6 +20,7 @@ _cfdisk_module()
                                --lock
                                --help
                                --read-only
+                               --sector-size
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0