bash-completion: support "systemd-analyze exit-status"

This commit is contained in:
Yu Watanabe 2019-07-30 23:39:10 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 9f4afc0154
commit 7c6de13f1b
1 changed files with 1 additions and 1 deletions

View 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'