mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
shell-completion: add shell completion for "systemctl help"
This commit is contained in:
parent
a383724e42
commit
bf83067c1d
@ -117,7 +117,7 @@ _systemctl () {
|
||||
fi
|
||||
|
||||
local -A VERBS=(
|
||||
[ALL_UNITS]='is-active is-failed is-enabled status show mask preset'
|
||||
[ALL_UNITS]='is-active is-failed is-enabled status show mask preset help'
|
||||
[ENABLED_UNITS]='disable'
|
||||
[DISABLED_UNITS]='enable'
|
||||
[REENABLABLE_UNITS]='reenable'
|
||||
|
Loading…
x
Reference in New Issue
Block a user