| author | |
| committer | |
| log | 250664bea41cc5dde66e3054ca0c1b6e0feab9be |
| tree | 6eacdd2134c5adee87bbf422c088aed111730342 |
| parent | dacd36ca9b193444e9e2ca3f132fccf3e08fb4f9 |
so they can display in the --help menu without getting squished.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/build_runner.zig+1-1| ... | ... | @@ -185,7 +185,7 @@ fn usage(builder: *Builder, already_ran_build: bool, out_stream: anytype) !void |
| 185 | 185 | Builder.typeIdName(option.type_id), |
| 186 | 186 | }); |
| 187 | 187 | defer allocator.free(name); |
| 188 | try out_stream.print("{s:24} {}\n", .{ name, option.description }); | |
| 188 | try out_stream.print("{s:32} {}\n", .{ name, option.description }); | |
| 189 | 189 | } |
| 190 | 190 | } |
| 191 | 191 |