From 94a51c887efaac2f85932922baf8e261abb8247c Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 May 2019 09:29:55 +0200 Subject: [PATCH] core: main.c - show examples for use of -A for defines with values --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6d6d3903060..a97fb6dba01 100644 --- a/src/main.c +++ b/src/main.c @@ -157,7 +157,8 @@ Options:\n\ disable with no or off\n\ --alias=val Add an alias, the value has to be '[proto:]hostname[:port]'\n\ (like for 'alias' global parameter)\n\ - -A define Add config pre-processor define (e.g., -A WITH_AUTH)\n\ + -A define Add config pre-processor define (e.g., -A WITH_AUTH,\n\ + -A 'FLT_ACC=1', -A 'DEFVAL=\"str-val\"')\n\ -b nr Maximum receive buffer size which will not be exceeded by\n\ auto-probing procedure even if OS allows\n\ -c Check configuration file for syntax errors\n\