]> granicus.if.org Git - apache/commitdiff
Fix FilterTrace directive's description
authorMartin Kraemer <martin@apache.org>
Tue, 28 Aug 2007 14:37:34 +0000 (14:37 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 28 Aug 2007 14:37:34 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570444 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_filter.c

index 778895b46897288a903a75c9ab3d9bf46588de0b..813fb19895162a8790552f332ba9f263d4cdd428 100644 (file)
@@ -855,7 +855,7 @@ static const command_rec filter_cmds[] = {
     AP_INIT_ITERATE("FilterChain", filter_chain, NULL, OR_OPTIONS,
         "list of filter names with optional [+-=!@]"),
     AP_INIT_TAKE2("FilterTrace", filter_debug, NULL, RSRC_CONF | ACCESS_CONF,
-        "Debug level"),
+        "filter-name, debug-level"),
 #ifndef NO_PROTOCOL
     AP_INIT_TAKE23("FilterProtocol", filter_protocol, NULL, OR_OPTIONS,
         "filter-name [provider-name] protocol-args"),