summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-30 23:39:10 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-07-30 16:45:21 +0200
commit7c6de13f1b4fd6e0b17208389bdc932cb54f758a (patch)
treedd019c459006f5336a488a8d8b15dcec6b8055d9 /shell-completion
parent9f4afc01543a862106f35faeaea3797bf3e13d14 (diff)
downloadsystemd-7c6de13f1b4fd6e0b17208389bdc932cb54f758a.tar.gz
bash-completion: support "systemd-analyze exit-status"
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 cd17c7e963..88688f7272 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 timestamp condition'
+ [STANDALONE]='time blame plot dump unit-paths exit-status condition calendar timestamp timespan'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'