diff options
author | Ani Sinha <anisinha@redhat.com> | 2024-11-23 07:15:14 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-11-23 13:43:34 +0100 |
commit | 4b356c90dcc7565052022bcff4c022131a722c6e (patch) | |
tree | f32b80298c6b54123d5a02d435f4d4a6b9ac3179 /src | |
parent | po: Translated using Weblate (French) (diff) | |
download | systemd-4b356c90dcc7565052022bcff4c022131a722c6e.tar.xz systemd-4b356c90dcc7565052022bcff4c022131a722c6e.zip |
measure: add 'dtbauto' option in help message
'dtbauto' command line was missing from the help string. Add it.
Diffstat (limited to 'src')
-rw-r--r-- | src/measure/measure.c | 25 |
1 files changed, 13 insertions, 12 deletions
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, |