From 101297247832e58844d5235f3b30aaa23b52338c Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 29 Oct 2015 07:47:16 +0300 Subject: shell-completion: hostnamectl: add the command set-location --- shell-completion/bash/hostnamectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- cgit v1.2.3-54-g00ecf