]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: support systemd-analyze condition
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Jun 2019 17:48:53 +0000 (02:48 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Jun 2019 08:04:38 +0000 (10:04 +0200)
shell-completion/bash/systemd-analyze

index b80e2260fc8426ca591b3d63bfe1a21cd931081d..cb73f17c0c896f0fddf0947b95c1c1395f346ea6 100644 (file)
@@ -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'