From: wessels <> Date: Thu, 17 Jun 1999 11:02:21 +0000 (+0000) Subject: reword -N usage description X-Git-Tag: SQUID_3_0_PRE1~2151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a411c7636a7a3a4c7eeb0761e67ce8d56a782460;p=thirdparty%2Fsquid.git reword -N usage description --- diff --git a/src/main.cc b/src/main.cc index b458413954..63c76423da 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.300 1999/05/25 22:05:50 wessels Exp $ + * $Id: main.cc,v 1.301 1999/06/17 05:02:21 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -91,7 +91,7 @@ usage(void) " -z Create swap directories\n" " -C Do not catch fatal signals.\n" " -D Disable initial DNS tests.\n" - " -F Foreground fast store rebuild.\n" + " -F Don't serve any requests until store is rebuilt.\n" " -N No daemon mode.\n" " -R Do not set REUSEADDR on port.\n" " -V Virtual host httpd-accelerator.\n"