From: Lennart Poettering Date: Fri, 20 Jan 2023 17:40:57 +0000 (+0100) Subject: bootctl: remove space that should not be there X-Git-Tag: v253-rc1~47^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F26131%2Fhead;p=thirdparty%2Fsystemd.git bootctl: remove space that should not be there --- diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c index ee8d5c6e61d..914825564eb 100644 --- a/src/boot/bootctl.c +++ b/src/boot/bootctl.c @@ -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"