From cc82851c0dcd65cc737be1d95a6cae8c3dfa663e Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 28 Jun 2019 02:48:53 +0900 Subject: [PATCH] bash-completion: support systemd-analyze condition --- 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 b80e2260fc..cb73f17c0c 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'