aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/wdctl2
1 files changed, 2 insertions, 0 deletions
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) )