Skip to content

Commit

Permalink
core: main.c - show examples for use of -A for defines with values
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 13, 2019
1 parent b7a9420 commit 94a51c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.c
Expand Up @@ -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\
Expand Down

0 comments on commit 94a51c8

Please sign in to comment.