diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:24:54 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 13:24:54 -0400 |
| commit | 56344d2c9a97d393ac8f6de366cb5bfac11659f6 (patch) | |
| tree | a7c9fc20cd2bf93f8632319000b6d26b7cf72594 /bash-completion | |
| parent | 347dbbdc6498d6df8fdeb8aa5d6f967edaa6d833 (diff) | |
| download | util-linux-56344d2c9a97d393ac8f6de366cb5bfac11659f6.tar.gz | |
bash-completion: (wdctl) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/wdctl | 2 |
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) ) |
