1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-03 05:18:09 +03:00

shell-completion: add smbios11 verb to systemd-analyze

Follow-up for 8c5045f9b2

(cherry picked from commit e7fce6a370)
This commit is contained in:
Luca Boccassi 2024-12-12 12:41:45 +00:00
parent 1a259b4e60
commit 63b6d6aab1

View File

@ -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 has-tpm2'
[STANDALONE]='time blame unit-files unit-paths exit-status compare-versions calendar timestamp timespan pcrs srk has-tpm2 smbios11'
[CRITICAL_CHAIN]='critical-chain'
[DOT]='dot'
[DUMP]='dump'