Merge pull request #1709 from evverx/set-location-completion

shell-completion: hostnamectl: add the command set-location
This commit is contained in:
Daniel Mack 2015-10-29 19:47:02 +01:00
commit 8d20def9fe

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'
)