From: Luca Boccassi Date: Thu, 12 Dec 2024 12:41:45 +0000 (+0000) Subject: shell-completion: add smbios11 verb to systemd-analyze X-Git-Tag: v258-rc1~1878 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7fce6a370894de3a3ded32910e0a4b251d805df;p=thirdparty%2Fsystemd.git shell-completion: add smbios11 verb to systemd-analyze Follow-up for 8c5045f9b2681774e8731dc0d142c207b61aedf6 --- diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 7c5cb1c5123..caec77e7186 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 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'