From 56344d2c9a97d393ac8f6de366cb5bfac11659f6 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 13:24:54 -0400 Subject: [PATCH] bash-completion: (wdctl) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/wdctl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash-completion/wdctl b/bash-completion/wdctl index f1a870ef69..2a4e62eaf8 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) ) -- 2.47.3