diff options
author | Lukas Rusak <lorusak@gmail.com> | 2015-04-22 11:07:38 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-05-16 11:54:28 -0400 |
commit | b93f15cd056ca71b7e0aa0560992da345e87f974 (patch) | |
tree | 24393bdf0a94e9a14037a2b580849d11dc8d2010 /shell-completion/zsh | |
parent | b3b9282d0c79b108ed87abff5de6891617fe0602 (diff) |
zsh-completion: update -M completion for systemd-analyze
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_systemd-analyze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 2c0e5433eb..efafddc686 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -54,5 +54,5 @@ _arguments \ '--from-pattern=[When generating a dependency graph, filter only origins]:GLOB' \ '--to-pattern=[When generating a dependency graph, filter only destinations]:GLOB' \ {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \ - {-M+,--machine=}'[Operate on local container]:machine' \ + {-M+,--machine=}'[Operate on local container]:machine:_sd_machines' \ '*::systemd-analyze commands:_systemd_analyze_command' |