X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fzsh%2F_busctl;h=fb1841341ea0ccf2eab59fcc2701ede32fef3533;hp=7c015649214a430eee56a21f260bc1c242557a73;hb=cb01aedc3b4ba70859267159fe716253e3551ec6;hpb=86cb0691b71873c6fe30a103dc98153e2d9ab507 diff --git a/shell-completion/zsh/_busctl b/shell-completion/zsh/_busctl index 7c0156492..fb1841341 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'