diff options
| author | Michael Dusan <michael.dusan@gmail.com> | 2019-07-04 14:17:13 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-07-04 15:36:34 -0400 |
| commit | 47addd87ac5e97e30cc591f9d7ac7fe1ea6af573 (patch) | |
| tree | 83d35ef72f4bb912874bd34c3c24b4205fb55d9f /src/main.cpp | |
| parent | a8b3b5f11cc792391065ed7235887f01d668926d (diff) | |
| download | zig-47addd87ac5e97e30cc591f9d7ac7fe1ea6af573.tar.gz zig-47addd87ac5e97e30cc591f9d7ac7fe1ea6af573.zip | |
stage1: add missing help for `--override-lib-dir`
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e2ec829063..aa04bd9c96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -84,7 +84,8 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " -dirafter [dir] same as -isystem but do it last\n" " -isystem [dir] add additional search path for other .h files\n" " -mllvm [arg] forward an arg to LLVM's option processing\n" - " --override-std-dir [arg] use an alternate Zig standard library\n" + " --override-std-dir [arg] override path to Zig standard library\n" + " --override-lib-dir [arg] override path to Zig lib library\n" " -ffunction-sections places each function in a seperate section\n" "\n" "Link Options:\n" |
