diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-12-10 01:10:01 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-12-10 01:10:01 +0100 |
commit | 409886c424cfaeeb5cf8928905560e5cac2d492d (patch) | |
tree | 615c7fb6dba7f85a092fb26026751078ee31f5c4 /shell-completion/bash | |
parent | 17c29493dc5c4c3ca886adfdc632d297c5eb06eb (diff) |
shell-completion: systemctl edit
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 9e98a1850e..8063316ec6 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -139,7 +139,7 @@ _systemctl () { fi local -A VERBS=( - [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies' + [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit' [ENABLED_UNITS]='disable' [DISABLED_UNITS]='enable' [REENABLABLE_UNITS]='reenable' |