From: Jelle van der Waa Date: Mon, 10 Nov 2025 18:23:21 +0000 (+0100) Subject: shell-completion: bash: add systemd-analyze image-policy completion X-Git-Tag: v259-rc1~102^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ff5ad6e6704f5124a1f9af4010b35f7edf12d2;p=thirdparty%2Fsystemd.git shell-completion: bash: add systemd-analyze image-policy completion --- diff --git a/shell-completion/bash/systemd-analyze b/shell-completion/bash/systemd-analyze index 0ed8191c0a3..8d055449412 100644 --- a/shell-completion/bash/systemd-analyze +++ b/shell-completion/bash/systemd-analyze @@ -68,7 +68,7 @@ _systemd_analyze() { ) local -A VERBS=( - [STANDALONE]='time blame unit-files unit-paths exit-status compare-versions calendar timestamp timespan pcrs nvpcrs srk has-tpm2 smbios11 chid' + [STANDALONE]='time blame unit-files unit-paths exit-status compare-versions calendar timestamp timespan pcrs nvpcrs srk has-tpm2 smbios11 chid image-policy' [CRITICAL_CHAIN]='critical-chain' [DOT]='dot' [DUMP]='dump'