chiark / gitweb /
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostna...
[elogind.git] / shell-completion / zsh / _hostnamectl
index 45b9597897c9fa0234e956b9424b528815fe6be7..7effa0489ee8dabf29d3ca0d8f50f639b02ac03c 100644 (file)
@@ -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 "$@"