diff options
-rw-r--r-- | man/bootctl.xml | 2 | ||||
-rw-r--r-- | src/boot/bootctl.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml index ada8c03332..a5a3e6b307 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -233,7 +233,7 @@ </refsect1> <refsect1> - <title><command>kernel</command> Commands</title> + <title>Kernel Image Commands</title> <variablelist> <varlistentry> 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" |