1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

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

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'