diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-10-03 17:21:45 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-10-03 17:21:45 -0700 |
| commit | a2b86777b536a71216628a052faf5a184e63fd33 (patch) | |
| tree | 72af43c83159d613a27c547277f085b793c72932 /src/main.zig | |
| parent | 0e7523c7d7eb42a5927be4de897ab623f033d2fe (diff) | |
| download | zig-a2b86777b536a71216628a052faf5a184e63fd33.tar.gz zig-a2b86777b536a71216628a052faf5a184e63fd33.zip | |
fix alignment in CLI usage text
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index d1017a911d..32ce3995c5 100644 --- a/src/main.zig +++ b/src/main.zig @@ -273,7 +273,7 @@ const usage_build_generic = \\ -rdynamic Add all symbols to the dynamic symbol table \\ -rpath [path] Add directory to the runtime library search path \\ --eh-frame-hdr Enable C++ exception handling by passing --eh-frame-hdr to linker - \\ --emit-relocs Enable output of relocation sections for post build tools + \\ --emit-relocs Enable output of relocation sections for post build tools \\ -dynamic Force output to be dynamically linked \\ -static Force output to be statically linked \\ -Bsymbolic Bind global references locally |
