From 17e98b91777266e62682081c4c4be07d7548764e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 28 Aug 2015 00:31:19 +0000 Subject: shell-completion: add `failed` state to --state compwords --- shell-completion/bash/systemctl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 0bcd49f923..21c79cae8e 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -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) -- cgit v1.2.3-54-g00ecf