diff options
author | Luca Boccassi <bluca@debian.org> | 2023-07-07 14:39:21 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-07-07 14:39:21 +0200 |
commit | 1386e34bae438f975fe6e0a0f8bc044fc07bbcf6 (patch) | |
tree | 1e50c648576c27cb6579eecf2fb4292887f48d8d /shell-completion | |
parent | Merge pull request #28295 from eworm-de/zsh-soft-reboot (diff) | |
download | systemd-1386e34bae438f975fe6e0a0f8bc044fc07bbcf6.tar.xz systemd-1386e34bae438f975fe6e0a0f8bc044fc07bbcf6.zip |
shell-completion: add soft-reboot to bash
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 0e411f5a5f..1b803de8b1 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -213,7 +213,7 @@ _systemctl () { [ENVS]='set-environment unset-environment import-environment' [STANDALONE]='daemon-reexec daemon-reload default emergency exit halt hibernate hybrid-sleep - suspend-then-hibernate kexec list-jobs list-sockets + suspend-then-hibernate kexec soft-reboot list-jobs list-sockets list-timers list-units list-unit-files poweroff reboot rescue show-environment suspend get-default is-system-running preset-all list-automounts list-paths' |