From be8e2be29e4afd88288c3b14a374d24b61e4d28d Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 7 Aug 2020 15:24:41 +0200 Subject: [PATCH] Fix indentation of --enable-pcre-host-patterns description Sponsored by: Robert Klemme --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ee3539f6..64738f9e 100644 --- a/configure.in +++ b/configure.in @@ -979,7 +979,7 @@ AC_ARG_ENABLE(graceful-termination, fi]) AC_ARG_ENABLE(pcre-host-patterns, -[ --enable-pcre-host-patterns Allow to use PCRE syntax in host patterns by prefixing the pattern with +[ --enable-pcre-host-patterns Allow to use PCRE syntax in host patterns by prefixing the pattern with "PCRE-HOST-PATTERN:". You can use tools/url-pattern-translator.pl to convert existing action files to use PCRE host patterns.], [if test $enableval = yes; then -- 2.39.2