mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 12:37:51 +00:00
Merge pull request #1694 from Kelimion/define_help
Add extra help line for define/config.
This commit is contained in:
@@ -2009,6 +2009,7 @@ void print_show_help(String const arg0, String const &command) {
|
||||
print_usage_line(1, "-define:<name>=<expression>");
|
||||
print_usage_line(2, "Defines a global constant with a value");
|
||||
print_usage_line(2, "Example: -define:SPAM=123");
|
||||
print_usage_line(2, "To use: #config(SPAM, default_value)");
|
||||
print_usage_line(0, "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user