bootctl: change section title for kernel image commands

Let's call them kernel *images*, not just *kernels*.
This commit is contained in:
Lennart Poettering 2023-01-20 18:30:06 +01:00
parent 2b197967bf
commit 1e7d6cc072
2 changed files with 3 additions and 3 deletions

View file

@ -233,7 +233,7 @@
</refsect1>
<refsect1>
<title><command>kernel</command> Commands</title>
<title>Kernel Image Commands</title>
<variablelist>
<varlistentry>

View file

@ -154,9 +154,9 @@ static int help(int argc, char *argv[], void *userdata) {
" remove Remove systemd-boot from the ESP and EFI variables\n"
" is-installed Test whether systemd-boot is installed in the ESP\n"
" random-seed Initialize random seed in ESP and EFI variables\n"
"\n%3$skernel Commands:%4$s\n"
"\n%3$sKernel Image Commands:%4$s\n"
" kernel-identify Identify kernel image type\n"
" kernel-inspect Prints details about the kernel\n"
" kernel-inspect Prints details about the kernel image\n"
"\n%3$sOptions:%4$s\n"
" -h --help Show this help\n"
" --version Print version\n"