From: Gerd Hoffmann Date: Fri, 20 Jan 2023 12:30:48 +0000 (+0100) Subject: bootctl: add kernel-inspect to --help text X-Git-Tag: v253-rc1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24a3b37f12a1a752e5a1379cadc15031b04c3fba;p=thirdparty%2Fsystemd.git bootctl: add kernel-inspect to --help text --- 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"