summaryrefslogtreecommitdiff
path: root/shell-completion/bash/hostnamectl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-11 09:08:47 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-11 09:22:01 -0400
commitccb03ac39d5360433e62b8b82e474aa044421bd9 (patch)
tree8aec108945dca4ef1d5a2685e2fd91735e60fe9b /shell-completion/bash/hostnamectl
parent799298d6513e7d40125c19d46578bb870d047db4 (diff)
shell-completion: add hostnamectl set-deployment
Diffstat (limited to 'shell-completion/bash/hostnamectl')
-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 22f8f06b6..a5e34600c 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'
+ [NAME]='set-hostname set-deployment'
[CHASSIS]='set-chassis'
)