stage1: add missing help for --override-lib-dir

This commit is contained in:
Michael Dusan 2019-07-04 14:17:13 -04:00 committed by Andrew Kelley
parent a8b3b5f11c
commit 47addd87ac

View File

@ -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"