aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2017-05-29 15:01:01 +0200
committerLennart Poettering <lennart@poettering.net>2017-05-29 15:01:01 +0200
commit0f8158bd26ded859ffcca70c4750939800ea6c51 (patch)
treeeba4f6bde5812426188a50e9454e88751d8958e3 /shell-completion/bash
parentMerge pull request #6029 from keszybz/vconsole-no-vga (diff)
downloadsystemd-0f8158bd26ded859ffcca70c4750939800ea6c51.tar.gz
systemd-0f8158bd26ded859ffcca70c4750939800ea6c51.tar.bz2
systemd-0f8158bd26ded859ffcca70c4750939800ea6c51.zip
shell-completion: add systemctl revert (#6042)
The `systemctl revert` command was added in v230 (commit 344ca7556b), but was missing from the shell completion specifications. Fixes #5978.
Diffstat (limited to 'shell-completion/bash')
-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 907d7dd55..0398d09d1 100644
--- a/shell-completion/bash/systemctl.in
+++ b/shell-completion/bash/systemctl.in
@@ -189,7 +189,7 @@ _systemctl () {
fi
local -A VERBS=(
- [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit set-property'
+ [ALL_UNITS]='is-active is-failed is-enabled status show cat mask preset help list-dependencies edit set-property revert'
[ENABLED_UNITS]='disable'
[DISABLED_UNITS]='enable'
[REENABLABLE_UNITS]='reenable'