authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2026-06-17 08:46:00+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-06-17 08:58:53+02:00
log369db8bd74b56814fa67e49b44c66bfeeaedbc4f
treece302e353c6534b5ed48a0878a961a582c5a2b86
parent54537285caa651573e9a86a642ba52f453373abb

Maker/ScannedConfig: Fix alignment of -fincremental


1 files changed, 1 insertions(+), 1 deletions(-)

lib/compiler/Maker/ScannedConfig.zig+1-1
...@@ -324,7 +324,7 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void {...@@ -324,7 +324,7 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void {
324 \\ '--webui' when no limit is specified.324 \\ '--webui' when no limit is specified.
325 \\ --time-report Force full rebuild and provide detailed information on325 \\ --time-report Force full rebuild and provide detailed information on
326 \\ compilation time of Zig source code (implies '--webui')326 \\ compilation time of Zig source code (implies '--webui')
327 \\ -fincremental Enable incremental compilation327 \\ -fincremental Enable incremental compilation
328 \\ -fno-incremental Disable incremental compilation328 \\ -fno-incremental Disable incremental compilation
329 \\329 \\
330 \\Package Management Options:330 \\Package Management Options: