From 1386e34bae438f975fe6e0a0f8bc044fc07bbcf6 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 7 Jul 2023 13:39:21 +0100 Subject: [PATCH] shell-completion: add soft-reboot to bash --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 0e411f5a5fa..1b803de8b1c 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'