diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2024-12-12 13:41:45 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-13 12:43:48 +0100 |
commit | e7fce6a370894de3a3ded32910e0a4b251d805df (patch) | |
tree | 2d99f770de1dd69b0350560dea6a13dac5e1dd84 /shell-completion/bash | |
parent | mkosi: update debian commit reference (diff) | |
download | systemd-e7fce6a370894de3a3ded32910e0a4b251d805df.tar.xz systemd-e7fce6a370894de3a3ded32910e0a4b251d805df.zip |
shell-completion: add smbios11 verb to systemd-analyze
Follow-up for 8c5045f9b2681774e8731dc0d142c207b61aedf6
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemd-analyze | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 7c5cb1c512..caec77e718 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' |