diff options
author | Daniel Mack <github@zonque.org> | 2015-10-29 19:47:02 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-10-29 19:47:02 +0100 |
commit | 8d20def9fee8893d30d25ee38eb9d84323328fad (patch) | |
tree | 1e78890f98af4e3fe19d263a8cad629acddd6e9e | |
parent | 0fcf9b239068fe460bac3b20ea2696ac91eead72 (diff) | |
parent | 101297247832e58844d5235f3b30aaa23b52338c (diff) |
Merge pull request #1709 from evverx/set-location-completion
shell-completion: hostnamectl: add the command set-location
-rw-r--r-- | shell-completion/bash/hostnamectl | 2 |
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' ) |