diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/bootctl.c | 4 |
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" |