chiark / gitweb /
localed: create /etc/X11/xorg.conf.d if needed
[elogind.git] / shell-completion / systemd-zsh-completion.zsh
index a58f4ae0d4c4340dd26ea1d4989df11ce90cb6a0..ee68ac75768b78cc8cbc239bdfe616cd6a76b314 100644 (file)
@@ -327,9 +327,11 @@ _outputmodes() {
     "restart:Start or restart one or more units"
     "condrestart:Restart one or more units if active"
     "try-restart:Restart one or more units if active"
-    "reload-or-restart:Reload one or more units is possible, otherwise start or restart"
-    "force-reload:Reload one or more units is possible, otherwise restart if active"
-    "reload-or-try-restart:Reload one or more units is possible, otherwise restart if active"
+    "reload-or-restart:Reload one or more units if possible, otherwise start or restart"
+    "force-reload:Reload one or more units if possible, otherwise restart if active"
+    "hibernate:Hibernate the system"
+    "hybrid-sleep:Hibernate and suspend the system"
+    "reload-or-try-restart:Reload one or more units if possible, otherwise restart if active"
     "isolate:Start one unit and stop all others"
     "kill:Send signal to processes of a unit"
     "is-active:Check whether units are active"