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

View file

@ -55,7 +55,7 @@ _systemd_analyze() {
) )
local -A VERBS=( 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' [CRITICAL_CHAIN]='critical-chain'
[DOT]='dot' [DOT]='dot'
[LOG_LEVEL]='log-level' [LOG_LEVEL]='log-level'