summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-08-28 02:47:22 +0200
committerLennart Poettering <lennart@poettering.net>2015-08-28 02:47:22 +0200
commit933f08ad7f2c5e75bb7a773a48a7f5f0bbbe0aa9 (patch)
tree25a18b7a27b679b87d5fcb8eefb4e1de40df1026
parentc1c743b871fad6a80dc35778f2af0e9395899b84 (diff)
parent17e98b91777266e62682081c4c4be07d7548764e (diff)
Merge pull request #1064 from evverx/systemctl-completion
shell-completion: add `failed` state to --state compwords
-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)