authorgravatar for me@christine.websiteChristine Dodrill <me@christine.website> 2019-10-08 15:13:11-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-08 15:14:10-04:00
log1e59eb3c94ed459620a3504fb3c5110be92efced
treea62272813a015f9689a6a4d4916dda977ced66d3
parent784a493dc7114b6e6807c2a37d03dbadecee81e6

src/main: minor grammar fix in the help for `zig builtin`


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

src/main.cpp+1-1
...@@ -34,7 +34,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {...@@ -34,7 +34,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) {
34 " build-exe [source] create executable from source or object files\n"34 " build-exe [source] create executable from source or object files\n"
35 " build-lib [source] create library from source or object files\n"35 " build-lib [source] create library from source or object files\n"
36 " build-obj [source] create object from source or assembly\n"36 " build-obj [source] create object from source or assembly\n"
37 " builtin show the source code of that @import(\"builtin\")\n"37 " builtin show the source code of @import(\"builtin\")\n"
38 " cc C compiler\n"38 " cc C compiler\n"
39 " fmt parse files and render in canonical zig format\n"39 " fmt parse files and render in canonical zig format\n"
40 " id print the base64-encoded compiler id\n"40 " id print the base64-encoded compiler id\n"