bash-completion: add missing 'systemd-analyze timestamp'

This commit is contained in:
Yu Watanabe 2019-07-16 01:15:57 +09:00
parent af2d6d477c
commit 8b693c634d
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 condition'
[STANDALONE]='time blame plot dump unit-paths calendar timespan timestamp condition'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'