From: Evgeny Vereshchagin Date: Fri, 28 Aug 2015 00:31:19 +0000 (+0000) Subject: shell-completion: add `failed` state to --state compwords X-Git-Tag: v226~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1064%2Fhead;p=thirdparty%2Fsystemd.git shell-completion: add `failed` state to --state compwords --- diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 0bcd49f9236..21c79cae8e6 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)