aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-10-06 14:48:01 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-10-06 14:48:01 -0400
commit86171afb9b7d7f1c1d5444f894e273ca40e87147 (patch)
tree01a07f8b88c5fa4b5da12ad89e966cbf8d2f1e4e /src/main.cpp
parent571123465b2e030b7b9cf42732ed30f77192fbcd (diff)
downloadzig-86171afb9b7d7f1c1d5444f894e273ca40e87147.tar.gz
zig-86171afb9b7d7f1c1d5444f894e273ca40e87147.zip
generated docs: docs/ instead of doc/
This appears to be more of a standard directory name. See #21
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9b8bddabd7..3cb9795e0c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -65,7 +65,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
" -ftime-report print timing diagnostics\n"
" -fstack-report print stack size diagnostics\n"
" -fdump-analysis write analysis.json file with type information\n"
- " -fgenerate-docs create a doc/ dir with html documentation\n"
+ " -fgenerate-docs create a docs/ dir with html documentation\n"
" --libc [file] Provide a file which specifies libc paths\n"
" --name [name] override output name\n"
" --output-dir [dir] override output directory (defaults to cwd)\n"