From: Ronny Chevalier Date: Mon, 12 Jan 2015 20:31:45 +0000 (+0100) Subject: zsh-completion: add missing -M completion for timedatectl X-Git-Tag: v219~543 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c285cb5c559638689e3d9e9894a81574ed69d560;hp=720e0be0f00f4a7fee808d1cf60db43970900588 zsh-completion: add missing -M completion for timedatectl --- diff --git a/shell-completion/zsh/_timedatectl b/shell-completion/zsh/_timedatectl index 987c2de88..dfdcfebb3 100644 --- a/shell-completion/zsh/_timedatectl +++ b/shell-completion/zsh/_timedatectl @@ -62,4 +62,5 @@ _arguments -s \ '--no-pager[Do not pipe output into a pager]' \ '--no-ask-password[Do not prompt for password]' \ {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \ + {-M+,--machine=}'[Operate on local container]:machines:_sd_machines' \ '*::timedatectl commands:_timedatectl_command'