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:
parent
e383560ff1
commit
2d331926f6
|
@ -94,7 +94,7 @@ sub usage
|
||||||
Usage: squid-analyzer [ -c squidanalyzer.conf ] [-l logfile]
|
Usage: squid-analyzer [ -c squidanalyzer.conf ] [-l logfile]
|
||||||
|
|
||||||
-c | --configfile filename : path to the SquidAnalyzer configuration file.
|
-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
|
-b | --build_date date : set the date to be rebuilt, format: yyyy-mm-dd
|
||||||
or yyyy-mm or yyyy. Used with -r or --rebuild.
|
or yyyy-mm or yyyy. Used with -r or --rebuild.
|
||||||
-d | --debug : show debug informations.
|
-d | --debug : show debug informations.
|
||||||
|
|
Loading…
Reference in New Issue