diff options
author | Mario Limonciello <mario.limonciello@dell.com> | 2018-03-28 11:00:06 -0500 |
---|---|---|
committer | Mario Limonciello <mario.limonciello@dell.com> | 2018-03-28 15:11:10 -0500 |
commit | e68c79db912f8ea7ae6614113d15c81aa8866601 (patch) | |
tree | 97db92d5b8a071575af152cc4b0407dade5430c5 /shell-completion | |
parent | 9d9dd746d461e4524fb3644b20b8138448d666f2 (diff) | |
download | systemd-e68c79db912f8ea7ae6614113d15c81aa8866601.tar.gz |
Rename suspend-to-hibernate to suspend-then-hibernate
Per some discussion with Gnome folks, they would prefer this name
as it's more descriptive of what's happening.
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 | ||||
-rw-r--r-- | shell-completion/zsh/_systemctl.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index de2648a96c..c3b97695f1 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -206,7 +206,7 @@ _systemctl () { [ENVS]='set-environment unset-environment import-environment' [STANDALONE]='daemon-reexec daemon-reload default emergency exit halt hibernate hybrid-sleep - suspend-to-hibernate kexec list-jobs list-sockets + suspend-then-hibernate kexec list-jobs list-sockets list-timers list-units list-unit-files poweroff reboot rescue show-environment suspend get-default is-system-running preset-all' diff --git a/shell-completion/zsh/_systemctl.in b/shell-completion/zsh/_systemctl.in index ca0744457b..6957a848c3 100644 --- a/shell-completion/zsh/_systemctl.in +++ b/shell-completion/zsh/_systemctl.in @@ -18,7 +18,7 @@ "force-reload:Reload one or more units if possible, otherwise restart if active" "hibernate:Hibernate the system" "hybrid-sleep:Hibernate and suspend the system" - "suspend-to-hibernate:Suspend the system for a period of time, and then hibernate it" + "suspend-then-hibernate:Suspend the system for a period of time, and then hibernate it" "try-reload-or-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" |