From e39d4207a649749f24866d2ee1afeb8ebf3364e2 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 4 Sep 2013 11:22:38 +0200 Subject: [PATCH] Fix --conffile in POD. Change '--conffile' to 'B<--conffile>'. The wrong format was added to documentation in commit 23ab67a099e32a9ee8c0700fe46bc43680a60721. Signed-off-by: Thomas Hochstein --- bin/feedlog.pl | 2 +- bin/gatherstats.pl | 2 +- bin/groupstats.pl | 2 +- install/install.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/feedlog.pl b/bin/feedlog.pl index b769ccd..ed9f1b8 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -153,7 +153,7 @@ feedlog - log data from an INN feed to a database =head1 SYNOPSIS -B [B<-Vhdq>] [--conffile I] +B [B<-Vhdq>] [B<--conffile> I] =head1 REQUIREMENTS diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index c85b23d..4d61d7e 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -210,7 +210,7 @@ gatherstats - process statistical data from a raw source =head1 SYNOPSIS -B [B<-Vhdt>] [B<-m> I | I] [B<-s> I] [B<-c> I]] [B<--hierarchy> I] [B<--rawdb> I] [B<-groupsdb> I] [B<--clientsdb> I] [B<--hostsdb> I] [--conffile I] +B [B<-Vhdt>] [B<-m> I | I] [B<-s> I] [B<-c> I]] [B<--hierarchy> I] [B<--rawdb> I] [B<-groupsdb> I] [B<--clientsdb> I] [B<--hostsdb> I] [B<--conffile> I] =head1 REQUIREMENTS diff --git a/bin/groupstats.pl b/bin/groupstats.pl index d0ddcde..2c1d9f5 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -277,7 +277,7 @@ groupstats - create reports on newsgroup usage =head1 SYNOPSIS -B [B<-Vhcs> B<--comments>] [B<-m> I[:I] | I] [B<-n> I] [B<--checkgroups> I] [B<-r> I] [B<-l> I] [B<-u> I] [B<-b> I] [B<-g> I] [B<-o> I] [B<-f> I] [B<--filetemplate> I] [B<--groupsdb> I] [--conffile I] +B [B<-Vhcs> B<--comments>] [B<-m> I[:I] | I] [B<-n> I] [B<--checkgroups> I] [B<-r> I] [B<-l> I] [B<-u> I] [B<-b> I] [B<-g> I] [B<-o> I] [B<-f> I] [B<--filetemplate> I] [B<--groupsdb> I] [B<--conffile> I] =head1 REQUIREMENTS diff --git a/install/install.pl b/install/install.pl index fabdaa1..837f091 100755 --- a/install/install.pl +++ b/install/install.pl @@ -256,7 +256,7 @@ install - installation script =head1 SYNOPSIS -B [B<-Vh> [--update I] [--conffile I] +B [B<-Vh> [--update I] [B<--conffile> I] =head1 REQUIREMENTS -- 2.20.1