From: Ani Sinha Date: Sat, 23 Nov 2024 06:15:14 +0000 (+0530) Subject: measure: add 'dtbauto' option in help message X-Git-Tag: v257-rc3~40 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=4b356c90dcc7565052022bcff4c022131a722c6e;p=systemd%2F.git measure: add 'dtbauto' option in help message 'dtbauto' command line was missing from the help string. Add it. --- diff --git a/src/measure/measure.c b/src/measure/measure.c index 979426c18f..e583444e0b 100644 --- a/src/measure/measure.c +++ b/src/measure/measure.c @@ -101,18 +101,19 @@ static int help(int argc, char *argv[], void *userdata) { " -j Same as --json=pretty on tty, --json=short otherwise\n" " --append=PATH Load specified JSON signature, and append new signature to it\n" "\n%3$sUKI PE Section Options:%4$s %3$sUKI PE Section%4$s\n" - " --linux=PATH Path to Linux kernel image file %7$s .linux\n" - " --osrel=PATH Path to os-release file %7$s .osrel\n" - " --cmdline=PATH Path to file with kernel command line %7$s .cmdline\n" - " --initrd=PATH Path to initrd image file %7$s .initrd\n" - " --ucode=PATH Path to microcode image file %7$s .ucode\n" - " --splash=PATH Path to splash bitmap file %7$s .splash\n" - " --dtb=PATH Path to DeviceTree file %7$s .dtb\n" - " --uname=PATH Path to 'uname -r' file %7$s .uname\n" - " --sbat=PATH Path to SBAT file %7$s .sbat\n" - " --pcrpkey=PATH Path to public key for PCR signatures %7$s .pcrpkey\n" - " --profile=PATH Path to profile file %7$s .profile\n" - " --hwids=PATH Path to HWIDs file %7$s .hwids\n" + " --linux=PATH Path to Linux kernel image file %7$s .linux\n" + " --osrel=PATH Path to os-release file %7$s .osrel\n" + " --cmdline=PATH Path to file with kernel command line %7$s .cmdline\n" + " --initrd=PATH Path to initrd image file %7$s .initrd\n" + " --ucode=PATH Path to microcode image file %7$s .ucode\n" + " --splash=PATH Path to splash bitmap file %7$s .splash\n" + " --dtb=PATH Path to DeviceTree file %7$s .dtb\n" + " --dtbauto=PATH Path to DeviceTree file for auto selection %7$s .dtbauto\n" + " --uname=PATH Path to 'uname -r' file %7$s .uname\n" + " --sbat=PATH Path to SBAT file %7$s .sbat\n" + " --pcrpkey=PATH Path to public key for PCR signatures %7$s .pcrpkey\n" + " --profile=PATH Path to profile file %7$s .profile\n" + " --hwids=PATH Path to HWIDs file %7$s .hwids\n" "\nSee the %2$s for details.\n", program_invocation_short_name, link,