1
0
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:
Lennart Poettering 2015-08-28 02:47:22 +02:00
commit 933f08ad7f

View File

@ -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)