]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: remove space that should not be there 26131/head
authorLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:40:57 +0000 (18:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jan 2023 17:42:25 +0000 (18:42 +0100)
src/boot/bootctl.c

index ee8d5c6e61d9fecbf2421b488653fa6d9b2551fc..914825564ebed106531d100be0cd573c29300054 100644 (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"