bash-completion: add missing 'systemd-analyze timestamp'
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jul 2019 16:15:57 +0000 (01:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 15 Jul 2019 16:15:57 +0000 (01:15 +0900)
shell-completion/bash/systemd-analyze

index cb73f17..cd17c7e 100644 (file)
@@ -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'