shell-completion: hostnamectl: add the command set-location

This commit is contained in:
Evgeny Vereshchagin 2015-10-29 07:47:16 +03:00
parent 2c80779e33
commit 1012972478

View file

@ -38,7 +38,7 @@ _hostnamectl() {
local -A VERBS=(
[STANDALONE]='status'
[ICONS]='set-icon-name'
[NAME]='set-hostname set-deployment'
[NAME]='set-hostname set-deployment set-location'
[CHASSIS]='set-chassis'
)