summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-10-11 23:05:37 +0200
committerGitHub <noreply@github.com>2021-10-11 23:05:37 +0200
commit5c791053e3fc7f972adb1cbe108194e8ecfc9bf1 (patch)
treeb22625f5051a915c259f550f30e195874a375476 /shell-completion/bash
parentf533135c6ce8de641ebf9cdf8deb53faa723479f (diff)
parent39ddc32a86d4aff15b07c8993d1cff0fe1fa4123 (diff)
downloadsystemd-5c791053e3fc7f972adb1cbe108194e8ecfc9bf1.tar.gz
Merge pull request #20776 from medhefgo/boot-timeout
sd-boot: Allow disabling timeout
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/bootctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl
index e61188fee9..190e3d33f5 100644
--- a/shell-completion/bash/bootctl
+++ b/shell-completion/bash/bootctl
@@ -57,7 +57,7 @@ _bootctl() {
local -A VERBS=(
# systemd-efi-options takes an argument, but it is free-form, so we cannot complete it
- [STANDALONE]='help status install update remove is-installed random-seed systemd-efi-options list'
+ [STANDALONE]='help status install update remove is-installed random-seed systemd-efi-options list set-timeout set-timeout-oneshot'
[BOOTENTRY]='set-default set-oneshot'
[BOOLEAN]='reboot-to-firmware'
)