diff options
| author | gingerBill <bill@gingerbill.org> | 2022-06-13 11:00:13 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-06-13 11:00:13 +0100 |
| commit | 8c0c327df95208634e87df10c2f33b3c870637e4 (patch) | |
| tree | d0baa12787791fb0f015d6a5e445bb7fafa88f89 /src/main.cpp | |
| parent | ff9d0583920dcd76bc47b580a52fce852b48fc66 (diff) | |
Improvements to `-strict-style` and trailing commas
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index ee71b91df..7531fb37c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -574,7 +574,7 @@ void usage(String argv0) { print_usage_line(1, "check parse, and type check a directory of .odin files"); print_usage_line(1, "query parse, type check, and output a .json file containing information about the program"); print_usage_line(1, "strip-semicolon parse, type check, and remove unneeded semicolons from the entire program"); - print_usage_line(1, "test build ands runs procedures with the attribute @(test) in the initial package"); + print_usage_line(1, "test build and runs procedures with the attribute @(test) in the initial package"); print_usage_line(1, "doc generate documentation on a directory of .odin files"); print_usage_line(1, "version print version"); print_usage_line(1, "report print information useful to reporting a bug"); |