diff options
author | Daniel Mack <zonque@gmail.com> | 2014-03-25 20:28:31 +0100 |
---|---|---|
committer | Daniel Mack <zonque@gmail.com> | 2014-03-25 23:05:03 +0100 |
commit | 4433c995c77b66f42fe4a238aff6b53706628a2e (patch) | |
tree | 47eee2b994e2ecfbc1b82deec29d053ba579bf2e /shell-completion/zsh/_busctl | |
parent | 10b17992ee59ac1d03d6fc210a976bc2b59f6d75 (diff) |
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl
Diffstat (limited to 'shell-completion/zsh/_busctl')
-rw-r--r-- | shell-completion/zsh/_busctl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell-completion/zsh/_busctl b/shell-completion/zsh/_busctl index 7c01564921..fb1841341e 100644 --- a/shell-completion/zsh/_busctl +++ b/shell-completion/zsh/_busctl @@ -43,12 +43,15 @@ _arguments \ {-h,--help}'[Prints a short help text and exits.]' \ '--version[Prints a short version string and exits.]' \ '--no-pager[Do not pipe output into a pager]' \ + '--no-legend[Do not show the headers and footers]' \ '--system[Connect to system manager]' \ '--user[Connect to user service manager]' \ {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \ {-M+,--machine=}'[Operate on local container]:machines:_sd_machines' \ '--address=[Connect to the bus specified by address]:address' \ - '--no-unique[Only show well-known names]' \ - '--no-machine[Do not show machine IDs]' \ + '--show-machine[Show machine ID column in list]' \ + '--unique[Only show unique names]' \ + '--acquired[Only show acquired names]' \ + '--activatable[Only show activatable names]' \ '--match=[Only show matching messages]:match' \ '*::busctl command:_busctl_command' |