From: Yu Watanabe Date: Tue, 30 Jul 2019 14:39:10 +0000 (+0900) Subject: bash-completion: support "systemd-analyze exit-status" X-Git-Tag: v243-rc1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c6de13f1b4fd6e0b17208389bdc932cb54f758a;p=thirdparty%2Fsystemd.git bash-completion: support "systemd-analyze exit-status" --- diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index cd17c7e9632..88688f72723 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'