Fix help/usage to show $DEFAULT_CONFIGFILE instead of /etc/squidanalyzer.conf that may not always be the right place following the installation. Thanks to JoKoT3 for the patch.

This commit is contained in:
Darold Gilles 2014-02-14 11:41:52 +01:00
parent e383560ff1
commit 2d331926f6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sub usage
Usage: squid-analyzer [ -c squidanalyzer.conf ] [-l logfile]
-c | --configfile filename : path to the SquidAnalyzer configuration file.
By default: /etc/squidanalyzer.conf
By default: $DEFAULT_CONFFILE
-b | --build_date date : set the date to be rebuilt, format: yyyy-mm-dd
or yyyy-mm or yyyy. Used with -r or --rebuild.
-d | --debug : show debug informations.