1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

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

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'