- Fix typo in pre-everything:: target.
s/WITH_DTPROXY/WITH_TPROXY/ Noticed by: Tristan Woerth <tristan@stinx.net>
This commit is contained in:
parent
fbb1d939af
commit
3ca577c5ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122146
@ -36,7 +36,7 @@ pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Available options:"
|
||||
@${ECHO_MSG} "WITH_PCRE: Use pcre regex engine"
|
||||
@${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support"
|
||||
@${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support"
|
||||
@${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds,"
|
||||
@${ECHO_MSG} " (default to 0, disabled)"
|
||||
@${ECHO_MSG} ""
|
||||
|
@ -36,7 +36,7 @@ pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Available options:"
|
||||
@${ECHO_MSG} "WITH_PCRE: Use pcre regex engine"
|
||||
@${ECHO_MSG} "WITH_DTPROXY: Enable Transparent proxy support"
|
||||
@${ECHO_MSG} "WITH_TPROXY: Enable Transparent proxy support"
|
||||
@${ECHO_MSG} "STATS_INTERVAL=###: Statistics interval in milliseconds,"
|
||||
@${ECHO_MSG} " (default to 0, disabled)"
|
||||
@${ECHO_MSG} ""
|
||||
|
Loading…
Reference in New Issue
Block a user