mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -1938,7 +1938,7 @@ gb_internal void print_show_help(String const arg0, String const &command) {
|
|||||||
print_usage_line(0, "");
|
print_usage_line(0, "");
|
||||||
|
|
||||||
print_usage_line(1, "-foreign-error-procedures");
|
print_usage_line(1, "-foreign-error-procedures");
|
||||||
print_usage_line(2, "States that the error procedues used in the runtime are defined in a separate translation unit");
|
print_usage_line(2, "States that the error procedures used in the runtime are defined in a separate translation unit");
|
||||||
print_usage_line(0, "");
|
print_usage_line(0, "");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user