summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-01-20 18:30:06 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-20 18:30:06 +0100
commit1e7d6cc07211de425bcc5c408c1f4376d6717305 (patch)
tree3518f2b71c6400079aec589d9afaf4f8a60cde78 /src/boot/bootctl.c
parent2b197967bf251ecf58b93fed0f51b9d4cd83fda4 (diff)
downloadsystemd-1e7d6cc07211de425bcc5c408c1f4376d6717305.tar.gz
bootctl: change section title for kernel image commands
Let's call them kernel *images*, not just *kernels*.
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r--src/boot/bootctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index e2ca484739..ff2f7c3342 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -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"