From: Yu Watanabe Date: Thu, 27 Jun 2019 17:48:53 +0000 (+0900) Subject: bash-completion: support systemd-analyze condition X-Git-Tag: v243-rc1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc82851c0dcd65cc737be1d95a6cae8c3dfa663e;p=thirdparty%2Fsystemd.git bash-completion: support systemd-analyze condition --- diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index b80e2260fc8..cb73f17c0c8 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' + [STANDALONE]='time blame plot dump unit-paths calendar timespan condition' [CRITICAL_CHAIN]='critical-chain' [DOT]='dot' [LOG_LEVEL]='log-level'