bootctl: drop full stop at end of --help texts

We never do that, don't do so here either.
This commit is contained in:
Lennart Poettering
2023-01-20 18:29:13 +01:00
parent 4c0a83a434
commit 2b197967bf

View 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"