From: Yu Watanabe Date: Tue, 23 Oct 2018 13:28:21 +0000 (+0900) Subject: bash-completion: analyze: add timespan X-Git-Tag: v240~491^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10493%2Fhead;p=thirdparty%2Fsystemd.git bash-completion: analyze: add timespan Follow-up for 3f1c1287a96dfc146ce894bd6bfff388cba0ab55. --- 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'