From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 17:24:54 +0000 (-0400) Subject: bash-completion: (wdctl) add missing long options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56344d2c9a97d393ac8f6de366cb5bfac11659f6;p=thirdparty%2Futil-linux.git bash-completion: (wdctl) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/wdctl b/bash-completion/wdctl index f1a870ef6..2a4e62eaf 100644 --- a/bash-completion/wdctl +++ b/bash-completion/wdctl @@ -56,6 +56,8 @@ _wdctl_module() --notimeouts --settimeout --flags-only + --setpregovernor + --setpretimeout --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )