]> granicus.if.org Git - apache/commitdiff
tweak to include recently added TranslateAllMimeTypes option to this
authorEric Covener <covener@apache.org>
Tue, 26 Feb 2008 19:18:35 +0000 (19:18 +0000)
committerEric Covener <covener@apache.org>
Tue, 26 Feb 2008 19:18:35 +0000 (19:18 +0000)
AP_INIT_ITERATE parameter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@631342 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_charset_lite.c

index 079876b1d54c17b183ba2f3047adcebe36159576..a44ecc33f287b0db3326517de9e81e0117212366 100644 (file)
@@ -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}
 };