bash-completion: support systemd-analyze condition

This commit is contained in:
Yu Watanabe 2019-06-28 02:48:53 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 22800b473e
commit cc82851c0d
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'
[STANDALONE]='time blame plot dump unit-paths calendar timespan condition'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'