diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-11 18:54:55 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2026-01-11 18:54:55 +0000 |
| commit | 0f875727a2a13b13f2afb4404cf6d2a4d8921af0 (patch) | |
| tree | 2f523bb7670a1f760d67ce37b6179b24a334c416 /src/main.cpp | |
| parent | 5938c783a69e826cd8c113521a3950a6bacdb9aa (diff) | |
| parent | 3345ed0622954abc1bb5a781445c152735661bb6 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9a5df8aea..326c4c457 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2971,6 +2971,10 @@ gb_internal int print_show_help(String const arg0, String command, String option if (check) { if (print_flag("-target:<string>")) { print_usage_line(2, "Sets the target for the executable to be built in."); + print_usage_line(2, "Examples:"); + print_usage_line(3, "-target:linux_amd64"); + print_usage_line(3, "-target:windows_amd64"); + print_usage_line(3, "-target:\"?\" for a list"); } if (print_flag("-terse-errors")) { |