]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: drop full stop at end of --help texts
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:29:13 +0000 (18:29 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:29:15 +0000 (18:29 +0100)
We never do that, don't do so here either.

src/boot/bootctl.c

index 14a692ad1bdd5e7bbb018d664d3a58db3b231ab9..e2ca484739ce1d763f8815d72e2a948b1f9a2313 100644 (file)
@@ -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"