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

index f1a870ef6950ab11c78f8d3c1d39e26cb8e08332..2a4e62eaf88f529832020ff35fbcfe5f99b1d80d 100644 (file)
@@ -56,6 +56,8 @@ _wdctl_module()
                                --notimeouts
                                --settimeout
                                --flags-only
+                               --setpregovernor
+                               --setpretimeout
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )