diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:32:16 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-05-23 08:32:16 +0200 |
| commit | f716d4c88fcb1c073cb1a1d9d32f35cc2bcc4a77 (patch) | |
| tree | 08fea9870d56ae155a8c6acf569756e09aeb80f7 /src/main.cpp | |
| parent | 12167bace05915abda62c93881d711e993e062cd (diff) | |
your your
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 e905d291d..d28faf77c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2557,7 +2557,7 @@ gb_internal int print_show_help(String const arg0, String command, String option if (test_only) { if (print_flag("-keep-test-executable")) { print_usage_line(2, "Keep the test executable after running it with `odin test`, instead of deleting it after the test completes."); - print_usage_line(2, "If you build your your tests using `odin build <package> -build-mode:test`, the compiler does not execute"); + print_usage_line(2, "If you build your tests using `odin build <package> -build-mode:test`, the compiler does not execute"); print_usage_line(2, "the resulting test program, and this option is not applicable."); } } |