diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-16 01:15:57 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-07-16 01:15:57 +0900 |
commit | 8b693c634de582e59d4562597fcdc89e8568ade0 (patch) | |
tree | c286fcd2d40f16b434f1508c29e26dedcb278d8b /shell-completion | |
parent | af2d6d477ca5086ffa1466f6ef34d267b0598e40 (diff) | |
download | systemd-8b693c634de582e59d4562597fcdc89e8568ade0.tar.gz |
bash-completion: add missing 'systemd-analyze timestamp'
Diffstat (limited to 'shell-completion')
-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 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' |