From 050d6d711a827e2d6a2225fa7b61404b4e7e0a9c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 7 Jul 2023 13:49:11 +0200 Subject: [PATCH] shell-completion/zsh/systemctl: add soft-reboot Make zsh shell-completion aware of soft-reboot. --- shell-completion/zsh/_systemctl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index 782b643841f..d7f05663ce1 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -97,6 +97,7 @@ "suspend:Suspend the system" "poweroff:Shut down and power-off the system" "reboot:Shut down and reboot the system" + "soft-reboot:Shut down and reboot the userspace" "kexec:Shut down and reboot the system with kexec" "exit:Ask for user instance termination" "switch-root:Change root directory" -- 2.47.3