From: eldy <> Date: Wed, 4 Sep 2002 16:09:22 +0000 (+0000) Subject: Minor fixes X-Git-Tag: AWSTATS_5_0_BETA~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b03ab31fdd1f2d3e67dcc5a01528ab0f5bedae;p=thirdparty%2FAWStats.git Minor fixes --- diff --git a/tools/awstats_buildstaticpages.pl b/tools/awstats_buildstaticpages.pl index acb1380e..8d4ce210 100644 --- a/tools/awstats_buildstaticpages.pl +++ b/tools/awstats_buildstaticpages.pl @@ -99,11 +99,11 @@ if ($OutputDir) { if ($OutputDir !~ /[\\\/]$/) { $OutputDir.="/"; } } if (! $Config) { print "----- $PROG $VERSION (c) Laurent Destailleur -----\n"; - print "$PROG allows you to launch AWStats with -staticlinks option to\n"; - print "build all possible pages allowed by AWStats -output option.\n"; + print "$PROG allows you to launch AWStats with -staticlinks option\n"; + print "to build all possible pages allowed by AWStats -output option.\n"; print "\n"; print "Usage:\n"; - print " $PROG.$Extension (awstats_options) [awstatsbuildstaticpages_options]\n"; + print "$PROG.$Extension (awstats_options) [awstatsbuildstaticpages_options]\n"; print "\n"; print " where awstats_options are any option known by AWStats\n"; print " -config=configvalue is value for -config parameter (REQUIRED)\n";