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/_hostnamectl | |
parent | 10b17992ee59ac1d03d6fc210a976bc2b59f6d75 (diff) |
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl
Diffstat (limited to 'shell-completion/zsh/_hostnamectl')
-rw-r--r-- | shell-completion/zsh/_hostnamectl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_hostnamectl b/shell-completion/zsh/_hostnamectl index 45b9597897..7effa0489e 100644 --- a/shell-completion/zsh/_hostnamectl +++ b/shell-completion/zsh/_hostnamectl @@ -6,6 +6,7 @@ _hostnamectl_command() { "status:Show current hostname settings" "set-hostname:Set system hostname" "set-icon-name:Set icon name for host" + "set-chassis:Set chassis type for host" ) if (( CURRENT == 1 )); then _describe -t commands 'hostnamectl commands' _hostnamectl_cmds || compadd "$@" |