diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-03 21:11:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-03 21:11:19 +0200 |
| commit | 79ec1727975cb8d4def23635ae62ff4b0540230d (patch) | |
| tree | d6e00a2c914e42cc932055daf964c35152081703 /src | |
| parent | 6be05f315df1d30b816e0348d5dcfcacb192e631 (diff) | |
| parent | 2e6ad2a711a6dd47cac0462498d3c8b629f646fc (diff) | |
Merge pull request #1694 from Kelimion/define_help
Add extra help line for define/config.
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, ""); } |