From: Lukas Rusak Date: Wed, 22 Apr 2015 18:07:38 +0000 (-0700) Subject: zsh-completion: update -M completion for systemd-analyze X-Git-Tag: v220~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b93f15cd056ca71b7e0aa0560992da345e87f974;p=thirdparty%2Fsystemd.git zsh-completion: update -M completion for systemd-analyze --- diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 2c0e5433eb4..efafddc6864 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'