summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-01-20 18:29:13 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-20 18:29:15 +0100
commit2b197967bf251ecf58b93fed0f51b9d4cd83fda4 (patch)
tree73e7ed289141a107b987f620a58afae1c8153d33 /src/boot/bootctl.c
parent4c0a83a434aa707d4fe43f4c5eedcd2269a14ef2 (diff)
downloadsystemd-2b197967bf251ecf58b93fed0f51b9d4cd83fda4.tar.gz
bootctl: drop full stop at end of --help texts
We never do that, don't do so here either.
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r--src/boot/bootctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index 14a692ad1b..e2ca484739 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"