From: Lennart Poettering Date: Fri, 20 Jan 2023 17:29:13 +0000 (+0100) Subject: bootctl: drop full stop at end of --help texts X-Git-Tag: v253-rc1~47^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b197967bf251ecf58b93fed0f51b9d4cd83fda4;p=thirdparty%2Fsystemd.git bootctl: drop full stop at end of --help texts We never do that, don't do so here either. --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index 14a692ad1bd..e2ca484739c 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -155,8 +155,8 @@ static int help(int argc, char *argv[], void *userdata) { " 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" - " kernel-identify Identify kernel image type.\n" - " kernel-inspect Prints details about the kernel.\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"