mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Merge pull request #5256 from Bambo-Borris/correct-spelling-in-odin-doc-help-output
Correct spelling in `odin doc -help` output
This commit is contained in:
+1
-1
@@ -2671,7 +2671,7 @@ gb_internal int print_show_help(String const arg0, String command, String option
|
|||||||
|
|
||||||
if (doc) {
|
if (doc) {
|
||||||
if (print_flag("-out:<filepath>")) {
|
if (print_flag("-out:<filepath>")) {
|
||||||
print_usage_line(2, "Sets the base name of the resultig .odin-doc file.");
|
print_usage_line(2, "Sets the base name of the resulting .odin-doc file.");
|
||||||
print_usage_line(2, "The extension can be optionally included; the resulting file will always have an extension of '.odin-doc'.");
|
print_usage_line(2, "The extension can be optionally included; the resulting file will always have an extension of '.odin-doc'.");
|
||||||
print_usage_line(2, "Example: -out:foo");
|
print_usage_line(2, "Example: -out:foo");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user