Move cliservstats to hoststats.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-30 16:38:18 +02:00
parent a553b374ce
commit 963f07432c
5 changed files with 68 additions and 91 deletions

View file

@ -15,7 +15,7 @@
#
# Usage:
# $~ groupstats.pl --nocomments --sums --format dump | postingstats.pl -t groups
# $~ cliservstats.pl -t server --nocomments --sums --format dump | postingstats.pl -t hosts
# $~ hoststats.pl --nocomments --sums --format dump | postingstats.pl -t hosts
#
BEGIN {
@ -193,7 +193,7 @@ See L<doc/README>.
=head1 DESCRIPTION
This script will re-format reports on newsgroup usage created by
B<groupstats.pl> or B<cliservstats.pl> and create a message that can
B<groupstats.pl> or B<hoststats.pl> and create a message that can
be posted to Usenet.
=head2 Features and options
@ -291,7 +291,7 @@ Create a posting from a posting statistics report for 2012-01:
Create a posting from a host statistics report for last month:
cliservstats.pl -t server --nocomments --sums --format dump | postingstats.pl -t hosts
hoststats.pl --nocomments --sums --format dump | postingstats.pl -t hosts
=head1 FILES
@ -334,7 +334,7 @@ groupstats -h
=item -
cliservstats -h
hoststats -h
=back