From 8b693c634de582e59d4562597fcdc89e8568ade0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 16 Jul 2019 01:15:57 +0900 Subject: [PATCH] bash-completion: add missing 'systemd-analyze timestamp' --- shell-completion/bash/systemd-analyze | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index cb73f17c0c8..cd17c7e9632 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -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' -- 2.39.2