]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add `failed` state to --state compwords 1064/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 28 Aug 2015 00:31:19 +0000 (00:31 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 28 Aug 2015 00:36:02 +0000 (00:36 +0000)
shell-completion/bash/systemctl.in

index 0bcd49f923620d7422e8c91a0beb68ea0f970f2d..21c79cae8e69bfc99996549bda9ca2630a66b90d 100644 (file)
@@ -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)