mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-20 23:51:53 -04:00
Maker/ScannedConfig: Fix alignment of -fincremental
This commit is contained in:
committed by
Alex Rønne Petersen
parent
54537285ca
commit
369db8bd74
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user