diff options
| author | gingerBill <bill@gingerbill.org> | 2022-04-04 17:04:12 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-04-04 17:04:12 +0100 |
| commit | 59025b75ba885d0efb6475608a217083bfb1d63e (patch) | |
| tree | 8b9c633e58ace522fb4545bb646b8556f7b725c8 /src | |
| parent | 2289b7a33de6e265a8d0c4c497a2afa4c2b140e2 (diff) | |
| parent | 79ec1727975cb8d4def23635ae62ff4b0540230d (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odindev-2022-04
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9e470923d..52177e326 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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, ""); } |