summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-08-28 00:31:19 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2015-08-28 00:36:02 +0000
commit17e98b91777266e62682081c4c4be07d7548764e (patch)
tree25a18b7a27b679b87d5fcb8eefb4e1de40df1026 /shell-completion
parentc1c743b871fad6a80dc35778f2af0e9395899b84 (diff)
shell-completion: add `failed` state to --state compwords
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemctl.in2
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)