]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
zsh-completion: update -M completion for systemd-analyze
authorLukas Rusak <lorusak@gmail.com>
Wed, 22 Apr 2015 18:07:38 +0000 (11:07 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 May 2015 15:54:28 +0000 (11:54 -0400)
shell-completion/zsh/_systemd-analyze

index 2c0e5433eb4a963ad9342cc51770ec71c7dfe03d..efafddc6864de18ba027b985c79200942e3bd28a 100644 (file)
@@ -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'