summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-10-29 07:47:16 +0300
committerEvgeny Vereshchagin <evvers@ya.ru>2015-10-29 07:47:16 +0300
commit101297247832e58844d5235f3b30aaa23b52338c (patch)
tree597980ab4a598a6a37111f725c31cd55588171b5 /shell-completion
parent2c80779e33e2bea8e335f3c93b144f671d6bc62c (diff)
shell-completion: hostnamectl: add the command set-location
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/hostnamectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/hostnamectl b/shell-completion/bash/hostnamectl
index 9ad52e03b4..6a252188ea 100644
--- a/shell-completion/bash/hostnamectl
+++ b/shell-completion/bash/hostnamectl
@@ -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'
)