diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-12 21:31:45 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-12 21:31:45 +0100 |
commit | c285cb5c559638689e3d9e9894a81574ed69d560 (patch) | |
tree | 2ae23d76e8e698b4078afd2eaeb2a599ac59cd08 /shell-completion | |
parent | 720e0be0f00f4a7fee808d1cf60db43970900588 (diff) | |
download | systemd-c285cb5c559638689e3d9e9894a81574ed69d560.tar.gz |
zsh-completion: add missing -M completion for timedatectl
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_timedatectl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_timedatectl b/shell-completion/zsh/_timedatectl index 987c2de88d..dfdcfebb3c 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' |