diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-27 19:48:53 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-06-28 10:04:38 +0200 |
commit | cc82851c0dcd65cc737be1d95a6cae8c3dfa663e (patch) | |
tree | 2829ca977626b093f9723e646e28315a26976759 /shell-completion/bash | |
parent | Merge pull request #12889 from keszybz/analyze-condition (diff) | |
download | systemd-cc82851c0dcd65cc737be1d95a6cae8c3dfa663e.tar.xz systemd-cc82851c0dcd65cc737be1d95a6cae8c3dfa663e.zip |
bash-completion: support systemd-analyze condition
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemd-analyze | 2 |
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' |