diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 18:44:43 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 18:44:43 +0000 |
commit | abbf8264457fe6d18eb1290ed7ea08b20ad4db3a (patch) | |
tree | 1fa6db604935a42f9afb1a779b1cfbb93eb22543 | |
parent | 2fc9c7696991a3e88d2e0c404c1953acadc9756a (diff) | |
download | tinyproxy-abbf8264457fe6d18eb1290ed7ea08b20ad4db3a.tar.gz tinyproxy-abbf8264457fe6d18eb1290ed7ea08b20ad4db3a.zip |
(display_usage): Removed the output line mentioning that regular
expression support was included. It will be there always.
Diffstat (limited to '')
-rw-r--r-- | src/tinyproxy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tinyproxy.c b/src/tinyproxy.c index 31774b7..c4084a5 100644 --- a/src/tinyproxy.c +++ b/src/tinyproxy.c @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.c,v 1.42 2002-12-04 17:06:14 rjkaes Exp $ +/* $Id: tinyproxy.c,v 1.43 2003-01-27 18:44:43 rjkaes Exp $ * * The initialize routine. Basically sets up all the initial stuff (logfile, * listening socket, config options, etc.) and then sits there and loops @@ -136,7 +136,6 @@ Options:\n\ #endif /* XTINYPROXY */ #ifdef FILTER_ENABLE printf(" Filtering\n"); - printf(" * with Regular Expression support\n"); #endif /* FILTER_ENABLE */ #ifndef NDEBUG printf(" Debugging code\n"); |