summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-28 02:48:53 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-28 10:04:38 +0200
commitcc82851c0dcd65cc737be1d95a6cae8c3dfa663e (patch)
tree2829ca977626b093f9723e646e28315a26976759 /shell-completion
parent22800b473e9eef3bb5e439beb1aa06b8bb279704 (diff)
downloadsystemd-cc82851c0dcd65cc737be1d95a6cae8c3dfa663e.tar.gz
bash-completion: support systemd-analyze condition
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-analyze2
1 files changed, 1 insertions, 1 deletions
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'