1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

shell-completion: add failed state to --state compwords

This commit is contained in:
Evgeny Vereshchagin 2015-08-28 00:31:19 +00:00
parent c1c743b871
commit 17e98b9177

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)