chiark / gitweb /
zsh-completion: add missing -M completion for timedatectl
authorRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 12 Jan 2015 20:31:45 +0000 (21:31 +0100)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Mon, 12 Jan 2015 20:31:45 +0000 (21:31 +0100)
shell-completion/zsh/_timedatectl

index 987c2de88d5117017fbebeeb73cbb6698e8dd130..dfdcfebb3c009573dca4bb273f41b2d5bc5cdb9f 100644 (file)
@@ -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'