mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
Merge pull request #1064 from evverx/systemctl-completion
shell-completion: add `failed` state to --state compwords
This commit is contained in:
commit
933f08ad7f
@ -112,7 +112,7 @@ _systemctl () {
|
||||
;;
|
||||
--state)
|
||||
comps='loaded not-found stub
|
||||
active inactive
|
||||
active inactive failed
|
||||
dead elapsed exited listening mounted plugged running waiting'
|
||||
;;
|
||||
--job-mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user