diff options
author | Daniel Mack <zonque@gmail.com> | 2014-03-25 20:28:31 +0100 |
---|---|---|
committer | Daniel Mack <zonque@gmail.com> | 2014-03-25 23:05:03 +0100 |
commit | 4433c995c77b66f42fe4a238aff6b53706628a2e (patch) | |
tree | 47eee2b994e2ecfbc1b82deec29d053ba579bf2e /shell-completion/zsh/_machinectl | |
parent | 10b17992ee59ac1d03d6fc210a976bc2b59f6d75 (diff) |
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl
Diffstat (limited to 'shell-completion/zsh/_machinectl')
-rw-r--r-- | shell-completion/zsh/_machinectl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index 15c149ff92..c666b7eb43 100644 --- a/shell-completion/zsh/_machinectl +++ b/shell-completion/zsh/_machinectl @@ -7,6 +7,9 @@ "list:List currently running VMs/containers" "status:Show VM/container status" "show:Show properties of one or more VMs/containers" + "login:Get a login prompt on a VM/container" + "poweroff:Power off one or more VMs/containers" + "reboot:Reboot one or more VMs/containers" "terminate:Terminate one or more VMs/containers" "kill:Send signal to process or a VM/container" ) |