diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-08-28 00:31:19 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-08-28 00:36:02 +0000 |
commit | 17e98b91777266e62682081c4c4be07d7548764e (patch) | |
tree | 25a18b7a27b679b87d5fcb8eefb4e1de40df1026 | |
parent | c1c743b871fad6a80dc35778f2af0e9395899b84 (diff) |
shell-completion: add `failed` state to --state compwords
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |