From: Eric Covener Date: Tue, 26 Feb 2008 19:18:35 +0000 (+0000) Subject: tweak to include recently added TranslateAllMimeTypes option to this X-Git-Tag: 2.3.0~925 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e3cdf6c314d9b5b1306c0307edbf62ddda7016;p=apache tweak to include recently added TranslateAllMimeTypes option to this AP_INIT_ITERATE parameter git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631342 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_charset_lite.c b/modules/filters/mod_charset_lite.c index 079876b1d5..a44ecc33f2 100644 --- a/modules/filters/mod_charset_lite.c +++ b/modules/filters/mod_charset_lite.c @@ -1102,7 +1102,8 @@ static const command_rec cmds[] = add_charset_options, NULL, OR_FILEINFO, - "valid options: ImplicitAdd, NoImplicitAdd, DebugLevel=n"), + "valid options: ImplicitAdd, NoImplicitAdd, TranslateAllMimeTypes, " + "NoTranslateAllMimeTypes, DebugLevel=n"), {NULL} };