summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2015-11-03 18:42:10 +0100
committerFranck Bui <fbui@suse.com>2015-11-04 08:42:16 +0100
commitd82fabdb7fa1429dab3dc8cd5f86bd62176bde18 (patch)
tree8f9fc9fb5e80236e0ecb9fc372068c225812e148 /shell-completion
parentcb6762862b1151d06ed856c37b0ebab0796781e3 (diff)
bash-completion: add minimal support fpr 'set-property' command
'set-property' was missing from the list of known command. Also a list of unit names will be proposed as next argument. However no support on property names is provided since it would require a hard coded list of them.
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemctl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in
index cfe003544d..f9a4f2265e 100644
--- a/shell-completion/bash/systemctl.in
+++ b/shell-completion/bash/systemctl.in
@@ -161,7 +161,7 @@ _systemctl () {
fi
local -A VERBS=(
- [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit'
+ [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit set-property'
[ENABLED_UNITS]='disable'
[DISABLED_UNITS]='enable'
[REENABLABLE_UNITS]='reenable'