summaryrefslogtreecommitdiff
path: root/shell-completion/bash
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/bash
parent45819e7cbfe5bd9044faca0f1e6e1145d7c0cfaa (diff)
machinectl: Added stop as alias for poweroff (#3406)
Diffstat (limited to 'shell-completion/bash')
-rw-r--r--shell-completion/bash/machinectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl
index e7829ca968..aebe48304d 100644
--- a/shell-completion/bash/machinectl
+++ b/shell-completion/bash/machinectl
@@ -41,7 +41,7 @@ _machinectl() {
local -A VERBS=(
[STANDALONE]='list list-images pull-tar pull-raw import-tar import-raw export-tar export-raw list-transfers cancel-transfer'
- [MACHINES]='status show start login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit'
+ [MACHINES]='status show start stop login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit'
)
_init_completion || return