diff options
author | Duncan Overbruck <mail@duncano.de> | 2025-01-16 03:51:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-16 09:33:15 +0100 |
commit | c8342feb07342b35f6a9a4620f122b8b7a971f46 (patch) | |
tree | 8d75e0cbb61ebb0852120a371955a363fc3e6891 /shell-completion/zsh/_systemctl.in | |
parent | meson: enable -Wzero-as-null-pointer-constant (#36028) (diff) | |
download | systemd-c8342feb07342b35f6a9a4620f122b8b7a971f46.tar.xz systemd-c8342feb07342b35f6a9a4620f122b8b7a971f46.zip |
shell-completions: add systemctl sleep
Diffstat (limited to '')
-rw-r--r-- | shell-completion/zsh/_systemctl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index a5a16b3fdb..0000147fe4 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -105,6 +105,7 @@ "hibernate:Hibernate the system" "hybrid-sleep:Hibernate and suspend the system" "suspend-then-hibernate:Suspend the system for a period of time, and then hibernate it" + "sleep:Put the system to sleep" ) local -a groups=( unit machine unit_file job environment manager_state system ) |