]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: add missing 'systemd-analyze timestamp' 13062/head
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 cb73f17c0c896f0fddf0947b95c1c1395f346ea6..cd17c7e9632aeeb6aa5a9afa525f4c57f67c7749 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'