From: Christian Hesse Date: Fri, 7 Jul 2023 11:49:11 +0000 (+0200) Subject: shell-completion/zsh/systemctl: add soft-reboot X-Git-Tag: v254-rc2~71^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=050d6d711a827e2d6a2225fa7b61404b4e7e0a9c;p=thirdparty%2Fsystemd.git shell-completion/zsh/systemctl: add soft-reboot Make zsh shell-completion aware of soft-reboot. --- 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"