From cb39201e72148b2ade51dc1dfba8a602be643722 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 23 Oct 2018 22:28:21 +0900 Subject: [PATCH] bash-completion: analyze: add timespan Follow-up for 3f1c1287a96dfc146ce894bd6bfff388cba0ab55. --- 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 4bc146aa06f..a8bc752f1e9 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -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'