From: Yu Watanabe Date: Mon, 15 Jul 2019 16:15:57 +0000 (+0900) Subject: bash-completion: add missing 'systemd-analyze timestamp' X-Git-Tag: v243-rc1~119^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13062%2Fhead;p=thirdparty%2Fsystemd.git bash-completion: add missing 'systemd-analyze timestamp' --- 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'