]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion/zsh/systemctl: add soft-reboot
authorChristian Hesse <mail@eworm.de>
Fri, 7 Jul 2023 11:49:11 +0000 (13:49 +0200)
committerChristian Hesse <mail@eworm.de>
Fri, 7 Jul 2023 11:57:03 +0000 (13:57 +0200)
Make zsh shell-completion aware of soft-reboot.

shell-completion/zsh/_systemctl.in

index 782b643841fdfcf3d106e1e62e3eff877dc81909..d7f05663ce14ca8435fba46e7d840fd9b5b12c35 100644 (file)
@@ -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"