diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-18 22:40:13 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-19 12:08:49 +0200 |
commit | f1c16ca6d6f2af12ef8fcaf502113185f5de9ed2 (patch) | |
tree | 62ac74bf05cae130b37657bd65aa29ba1feb17f7 /shell-completion | |
parent | tpm2-util: update comment (diff) | |
download | systemd-f1c16ca6d6f2af12ef8fcaf502113185f5de9ed2.tar.xz systemd-f1c16ca6d6f2af12ef8fcaf502113185f5de9ed2.zip |
shell-completion/analyze: add has-tpm2
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemd-analyze | 2 | ||||
-rw-r--r-- | shell-completion/zsh/_systemd-analyze | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 9bb50a37b2..7c5cb1c512 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -67,7 +67,7 @@ _systemd_analyze() { ) local -A VERBS=( - [STANDALONE]='time blame unit-files unit-paths exit-status compare-versions calendar timestamp timespan pcrs srk' + [STANDALONE]='time blame unit-files unit-paths exit-status compare-versions calendar timestamp timespan pcrs srk has-tpm2' [CRITICAL_CHAIN]='critical-chain' [DOT]='dot' [DUMP]='dump' diff --git a/shell-completion/zsh/_systemd-analyze b/shell-completion/zsh/_systemd-analyze index 20b89646b1..50542b3962 100644 --- a/shell-completion/zsh/_systemd-analyze +++ b/shell-completion/zsh/_systemd-analyze @@ -73,6 +73,7 @@ JSON or table format' 'timespan:Parse a systemd syntax timespan' 'security:Analyze security settings of a service' 'inspect-elf:Parse and print ELF package metadata' + 'has-tpm2:Report whether TPM2 support is available' # log-level, log-target, service-watchdogs have been deprecated ) |