From 7c6de13f1b4fd6e0b17208389bdc932cb54f758a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 30 Jul 2019 23:39:10 +0900 Subject: [PATCH] bash-completion: support "systemd-analyze exit-status" --- shell-completion/bash/systemd-analyze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index cd17c7e963..88688f7272 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -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'