aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-23 22:28:21 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-23 22:28:42 +0900
commitcb39201e72148b2ade51dc1dfba8a602be643722 (patch)
treea36fc98ac4ebeb36002b0eff3d0170453f7fc2fc /shell-completion
parenttest: add tests for detecting overflow in parse_time() and parse_nsec() (diff)
downloadsystemd-cb39201e72148b2ade51dc1dfba8a602be643722.tar.gz
systemd-cb39201e72148b2ade51dc1dfba8a602be643722.tar.bz2
systemd-cb39201e72148b2ade51dc1dfba8a602be643722.zip
bash-completion: analyze: add timespan
Follow-up for 3f1c1287a96dfc146ce894bd6bfff388cba0ab55.
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 4bc146aa0..a8bc752f1 100644
--- a/shell-completion/bash/systemd-analyze
+++ b/shell-completion/bash/systemd-analyze
@@ -41,7 +41,7 @@ _systemd_analyze() {
)
local -A VERBS=(
- [STANDALONE]='time blame plot dump unit-paths calendar'
+ [STANDALONE]='time blame plot dump unit-paths calendar timespan'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'