From: Evgeny Vereshchagin Date: Thu, 29 Oct 2015 04:47:16 +0000 (+0300) Subject: shell-completion: hostnamectl: add the command set-location X-Git-Tag: v228~129^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=101297247832e58844d5235f3b30aaa23b52338c;p=thirdparty%2Fsystemd.git shell-completion: hostnamectl: add the command set-location --- diff --git a/shell-completion/bash/hostnamectl b/shell-completion/bash/hostnamectl index 9ad52e03b48..6a252188ea0 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' )