summaryrefslogtreecommitdiff
path: root/shell-completion/zsh
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2016-06-06 17:06:20 +0200
committerLennart Poettering <lennart@poettering.net>2016-06-06 17:06:20 +0200
commitb2bb19bbda8f5ab3ab497165bc52a0ef952348c4 (patch)
tree3e9ec474a8e9513243b4a40c6562976de39c7b99 /shell-completion/zsh
parent45819e7cbfe5bd9044faca0f1e6e1145d7c0cfaa (diff)
downloadsystemd-b2bb19bbda8f5ab3ab497165bc52a0ef952348c4.tar.gz
machinectl: Added stop as alias for poweroff (#3406)
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r--shell-completion/zsh/_machinectl1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl
index 198fa28f7b..92d77109a5 100644
--- a/shell-completion/zsh/_machinectl
+++ b/shell-completion/zsh/_machinectl
@@ -23,6 +23,7 @@ _available_machines() {
"status:Show VM/container status"
"show:Show properties of one or more VMs/containers"
"start:Start container as a service"
+ "stop:Stop container (equal to poweroff)"
"login:Get a login prompt on a VM/container"
"enable:Enable automatic container start at boot"
"disable:Disable automatic container start at boot"