diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-03 21:06:06 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-03 21:06:06 +0200 |
| commit | 2e6ad2a711a6dd47cac0462498d3c8b629f646fc (patch) | |
| tree | 08384cc6806b2e56e5e7cd981910ac9a0321be7d /src/main.cpp | |
| parent | ab91fa6ad513737486bf3a97ee1401554dacc56a (diff) | |
Add extra help line for define/config.
Diffstat (limited to 'src/main.cpp')
| -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, ""); } |