diff options
author | 2017-05-29 15:01:01 +0200 | |
---|---|---|
committer | 2017-05-29 15:01:01 +0200 | |
commit | 0f8158bd26ded859ffcca70c4750939800ea6c51 (patch) | |
tree | eba4f6bde5812426188a50e9454e88751d8958e3 /shell-completion/bash | |
parent | Merge pull request #6029 from keszybz/vconsole-no-vga (diff) | |
download | systemd-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.in | 2 |
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' |