[systemd-devel] [PATCH] zsh-completion: add missing options for systemd-run
Ronny Chevalier
chevalier.ronny at gmail.com
Thu Oct 31 19:24:28 CET 2013
---
shell-completion/zsh/_systemd-run | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shell-completion/zsh/_systemd-run b/shell-completion/zsh/_systemd-run
index 0c81c54..d550f22 100644
--- a/shell-completion/zsh/_systemd-run
+++ b/shell-completion/zsh/_systemd-run
@@ -22,6 +22,8 @@ _arguments \
{-h,--help}'[Show help message]' \
'--version[Show package version]' \
'--user[Run as user unit]' \
+ {-H+,--host=}'[Operate on remote host]:[user@]host:_hosts' \
+ {-M+,--machine=}'[Operate on local container]:container' \
'--scope[Run this as scope rather than service]' \
'--unit=[Run under the specified unit name]:unit name' \
'--description=[Description for unit]:description' \
--
1.8.4.2
More information about the systemd-devel
mailing list