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
1 changed files with 1 additions and 1 deletions

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)