]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: support "systemd-analyze exit-status"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 30 Jul 2019 14:39:10 +0000 (23:39 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 Jul 2019 14:45:21 +0000 (16:45 +0200)
shell-completion/bash/systemd-analyze

index cd17c7e9632aeeb6aa5a9afa525f4c57f67c7749..88688f7272330ba3de14b3340ccfac0d94e5a9eb 100644 (file)
@@ -55,7 +55,7 @@ _systemd_analyze() {
     )
 
     local -A VERBS=(
-        [STANDALONE]='time blame plot dump unit-paths calendar timespan timestamp condition'
+        [STANDALONE]='time blame plot dump unit-paths exit-status condition calendar timestamp timespan'
         [CRITICAL_CHAIN]='critical-chain'
         [DOT]='dot'
         [LOG_LEVEL]='log-level'