From: Yu Watanabe Date: Wed, 18 Sep 2024 20:40:13 +0000 (+0900) Subject: shell-completion/analyze: add has-tpm2 X-Git-Tag: v257-rc1~397^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1c16ca6d6f2af12ef8fcaf502113185f5de9ed2;p=thirdparty%2Fsystemd.git shell-completion/analyze: add has-tpm2 --- diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 9bb50a37b2c..7c5cb1c5123 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 20b89646b17..50542b39628 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 )