From 24a3b37f12a1a752e5a1379cadc15031b04c3fba Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 20 Jan 2023 13:30:48 +0100 Subject: [PATCH] bootctl: add kernel-inspect to --help text --- src/boot/bootctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index e910a72042b..14a692ad1bd 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -156,6 +156,7 @@ static int help(int argc, char *argv[], void *userdata) { " random-seed Initialize random seed in ESP and EFI variables\n" "\n%3$skernel Commands:%4$s\n" " kernel-identify Identify kernel image type.\n" + " kernel-inspect Prints details about the kernel.\n" "\n%3$sOptions:%4$s\n" " -h --help Show this help\n" " --version Print version\n" -- 2.47.3