From: Pieter Lexis Date: Fri, 27 Mar 2020 10:26:14 +0000 (+0100) Subject: Add `shell` to machinectl ZSH completion X-Git-Tag: v246-rc1~702 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e1c0b308ac0947d625766a59d07336ee42ec31;p=thirdparty%2Fsystemd.git Add `shell` to machinectl ZSH completion --- diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index 5ffb7e8b9ff..5955c765aaa 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"