9767024
From fab6d4c7aa4460f4a5016427d627c1a645a5d7f2 Mon Sep 17 00:00:00 2001
9ecd5b8
From: Ronny Chevalier <chevalier.ronny@gmail.com>
9ecd5b8
Date: Mon, 12 Jan 2015 21:31:45 +0100
9ecd5b8
Subject: [PATCH] zsh-completion: add missing -M completion for timedatectl
9ecd5b8
9ecd5b8
(cherry picked from commit c285cb5c559638689e3d9e9894a81574ed69d560)
9ecd5b8
---
9ecd5b8
 shell-completion/zsh/_timedatectl | 1 +
9ecd5b8
 1 file changed, 1 insertion(+)
9ecd5b8
9ecd5b8
diff --git a/shell-completion/zsh/_timedatectl b/shell-completion/zsh/_timedatectl
9ecd5b8
index 987c2de88d..dfdcfebb3c 100644
9ecd5b8
--- a/shell-completion/zsh/_timedatectl
9ecd5b8
+++ b/shell-completion/zsh/_timedatectl
9ecd5b8
@@ -62,4 +62,5 @@ _arguments -s \
9ecd5b8
     '--no-pager[Do not pipe output into a pager]' \
9ecd5b8
     '--no-ask-password[Do not prompt for password]' \
9ecd5b8
     {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \
9ecd5b8
+    {-M+,--machine=}'[Operate on local container]:machines:_sd_machines' \
9ecd5b8
     '*::timedatectl commands:_timedatectl_command'