mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
shell-completion/analyze: add has-tpm2
This commit is contained in:
parent
b094398b0f
commit
f1c16ca6d6
@ -67,7 +67,7 @@ _systemd_analyze() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
local -A VERBS=(
|
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'
|
[CRITICAL_CHAIN]='critical-chain'
|
||||||
[DOT]='dot'
|
[DOT]='dot'
|
||||||
[DUMP]='dump'
|
[DUMP]='dump'
|
||||||
|
@ -73,6 +73,7 @@ JSON or table format'
|
|||||||
'timespan:Parse a systemd syntax timespan'
|
'timespan:Parse a systemd syntax timespan'
|
||||||
'security:Analyze security settings of a service'
|
'security:Analyze security settings of a service'
|
||||||
'inspect-elf:Parse and print ELF package metadata'
|
'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
|
# log-level, log-target, service-watchdogs have been deprecated
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user