From 369db8bd74b56814fa67e49b44c66bfeeaedbc4f Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Wed, 17 Jun 2026 08:46:00 +0200 Subject: [PATCH] Maker/ScannedConfig: Fix alignment of -fincremental --- lib/compiler/Maker/ScannedConfig.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler/Maker/ScannedConfig.zig b/lib/compiler/Maker/ScannedConfig.zig index f34303d2e5..e52e26279c 100644 --- a/lib/compiler/Maker/ScannedConfig.zig +++ b/lib/compiler/Maker/ScannedConfig.zig @@ -324,7 +324,7 @@ pub fn printUsage(sc: *const ScannedConfig, graph: *Graph, w: *Writer) !void { \\ '--webui' when no limit is specified. \\ --time-report Force full rebuild and provide detailed information on \\ compilation time of Zig source code (implies '--webui') - \\ -fincremental Enable incremental compilation + \\ -fincremental Enable incremental compilation \\ -fno-incremental Disable incremental compilation \\ \\Package Management Options: