diff options
| author | Tarık B <mtarik34b@gmail.com> | 2023-11-25 07:52:03 +0100 |
|---|---|---|
| committer | Tarık B <mtarik34b@gmail.com> | 2023-11-25 10:24:22 +0100 |
| commit | 1f007a46eee81e19f30bd068d46e01dc6517cb9b (patch) | |
| tree | ff73337d9e920cf5a836516c4e0853790f7f6851 /src/main.cpp | |
| parent | 4fa4feb6699523541c05bc7f4e3ae28d1ecfd40e (diff) | |
Fix newly introduced capitalization and punctuation error
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 b191e7b89..249fd3489 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1931,7 +1931,7 @@ gb_internal void print_show_help(String const arg0, String const &command) { print_usage_line(2, "Available options:"); print_usage_line(3, "-error-pos-style:unix file/path:45:3:"); print_usage_line(3, "-error-pos-style:odin file/path(45:3)"); - print_usage_line(3, "-error-pos-style:default (defaults to 'odin')"); + print_usage_line(3, "-error-pos-style:default (Defaults to 'odin'.)"); print_usage_line(0, ""); print_usage_line(1, "-max-error-count:<integer>"); |