Add missing description of --no-year-stat option to documentation and squid-analyzer usage.
This commit is contained in:
parent
9619067c3e
commit
f4e9b65acc
2
README
2
README
|
@ -146,6 +146,8 @@ USAGE
|
|||
-r | --rebuild : use this option to rebuild all html and graphs
|
||||
output from all data files.
|
||||
-v | version : show version and exit.
|
||||
--no-year-stat : disable years statistics, reports will
|
||||
start from month level only.
|
||||
|
||||
There is special options like --rebuild that force SquidAnalyzer to
|
||||
rebuild all HTML reports, useful after an new feature or a bug fix. If
|
||||
|
|
|
@ -151,6 +151,8 @@ script. Here are authorized usage:
|
|||
-r | --rebuild : use this option to rebuild all html and graphs
|
||||
output from all data files.
|
||||
-v | version : show version and exit.
|
||||
--no-year-stat : disable years statistics, reports will
|
||||
start from month level only.
|
||||
|
||||
|
||||
There is special options like --rebuild that force SquidAnalyzer to rebuild all
|
||||
|
|
|
@ -288,6 +288,8 @@ script. Here are authorized usage:
|
|||
\& \-r | \-\-rebuild : use this option to rebuild all html and graphs
|
||||
\& output from all data files.
|
||||
\& \-v | version : show version and exit.
|
||||
\& \-\-no\-year\-stat : disable years statistics, reports will
|
||||
\& start from month level only.
|
||||
.Ve
|
||||
.PP
|
||||
There is special options like \-\-rebuild that force SquidAnalyzer to rebuild all
|
||||
|
|
|
@ -106,6 +106,8 @@ Usage: squid-analyzer [ -c squidanalyzer.conf ] [-l logfile]
|
|||
-r | --rebuild : use this option to rebuild all html and graphs
|
||||
output from all data files.
|
||||
-v | version : show version and exit.
|
||||
--no-year-stat : disable years statistics, reports will start
|
||||
from month level only.
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue