bash-completion: analyze: add timespan

Follow-up for 3f1c1287a9.
This commit is contained in:
Yu Watanabe 2018-10-23 22:28:21 +09:00
parent db4e61071d
commit cb39201e72
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ _systemd_analyze() {
)
local -A VERBS=(
[STANDALONE]='time blame plot dump unit-paths calendar'
[STANDALONE]='time blame plot dump unit-paths calendar timespan'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'