summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Lexis <pieter@plexis.eu>2020-03-27 11:26:14 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-27 18:15:15 +0100
commit72e1c0b308ac0947d625766a59d07336ee42ec31 (patch)
tree7a793b105905f72838e4e299694e99668979dc04
parentMerge pull request #15186 from DaanDeMeyer/clangd-fix-wstring-plus-int (diff)
downloadsystemd-72e1c0b308ac0947d625766a59d07336ee42ec31.tar.xz
systemd-72e1c0b308ac0947d625766a59d07336ee42ec31.zip
Add `shell` to machinectl ZSH completion
-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 5ffb7e8b9f..5955c765aa 100644
--- a/shell-completion/zsh/_machinectl
+++ b/shell-completion/zsh/_machinectl
@@ -28,6 +28,7 @@
"start:Start container as a service"
"stop:Stop container (equal to poweroff)"
"login:Get a login prompt on a VM/container"
+ "shell:Invoke a shell (or other command) in a container"
"enable:Enable automatic container start at boot"
"disable:Disable automatic container start at boot"
"poweroff:Power off one or more VMs/containers"