authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-03 17:21:45-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-10-03 17:21:45-07:00
loga2b86777b536a71216628a052faf5a184e63fd33
tree72af43c83159d613a27c547277f085b793c72932
parent0e7523c7d7eb42a5927be4de897ab623f033d2fe

fix alignment in CLI usage text


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

src/main.zig+1-1
...@@ -273,7 +273,7 @@ const usage_build_generic =...@@ -273,7 +273,7 @@ const usage_build_generic =
273 \\ -rdynamic Add all symbols to the dynamic symbol table273 \\ -rdynamic Add all symbols to the dynamic symbol table
274 \\ -rpath [path] Add directory to the runtime library search path274 \\ -rpath [path] Add directory to the runtime library search path
275 \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker275 \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker
276 \\ --emit-relocs Enable output of relocation sections for post build tools276 \\ --emit-relocs Enable output of relocation sections for post build tools
277 \\ -dynamic Force output to be dynamically linked277 \\ -dynamic Force output to be dynamically linked
278 \\ -static Force output to be statically linked278 \\ -static Force output to be statically linked
279 \\ -Bsymbolic Bind global references locally279 \\ -Bsymbolic Bind global references locally