diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-29 19:27:26 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-29 19:27:26 +0100 |
| commit | f64d1df90b969c0d13c8b77c9acd153b7243f3a6 (patch) | |
| tree | 83d50984a32a46b43e1e5b649262be9292102241 /src/main.cpp | |
| parent | 888bf28076eea73b89b3a299523e4371cdf2b6b2 (diff) | |
Add note regarding `-strict-style`
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 610f214ff..9b05fab2f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2350,6 +2350,8 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(0, ""); print_usage_line(1, "-strict-style"); + print_usage_line(2, "This enforces parts of same style as the Odin compiler, prefer '-vet-style -vet-semicolon' if you do not want to match it exactly."); + print_usage_line(2, ""); print_usage_line(2, "Errs on unneeded tokens, such as unneeded semicolons."); print_usage_line(2, "Errs on missing trailing commas followed by a newline."); print_usage_line(2, "Errs on deprecated syntax."); |