bootctl: remove space that should not be there

This commit is contained in:
Lennart Poettering
2023-01-20 18:40:57 +01:00
parent eab7061898
commit e684d2d5f8

View File

@@ -131,7 +131,7 @@ static int help(int argc, char *argv[], void *userdata) {
if (r < 0)
return log_oom();
printf("%1$s [OPTIONS...] COMMAND ...\n"
printf("%1$s [OPTIONS...] COMMAND ...\n"
"\n%5$sControl EFI firmware boot settings and manage boot loader.%6$s\n"
"\n%3$sGeneric EFI Firmware/Boot Loader Commands:%4$s\n"
" status Show status of installed boot loader and EFI variables\n"