summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-16 01:15:57 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-16 01:15:57 +0900
commit8b693c634de582e59d4562597fcdc89e8568ade0 (patch)
treec286fcd2d40f16b434f1508c29e26dedcb278d8b /shell-completion
parentaf2d6d477ca5086ffa1466f6ef34d267b0598e40 (diff)
downloadsystemd-8b693c634de582e59d4562597fcdc89e8568ade0.tar.gz
bash-completion: add missing 'systemd-analyze timestamp'
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 cb73f17c0c..cd17c7e963 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 condition'
+ [STANDALONE]='time blame plot dump unit-paths calendar timespan timestamp condition'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[LOG_LEVEL]='log-level'