From 708b7bd0a10a5bf6be81ce21d946e05e046a00ed Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 13 Oct 2010 23:14:04 +0000 Subject: [PATCH] fix bad POD in manpages, especially freeside-daily -p --- FS/bin/freeside-daily | 2 +- FS/bin/freeside-monthly | 2 +- FS/bin/freeside-radgroup | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index e16cc5c9c..6a542c7cd 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -99,7 +99,7 @@ the bill and collect methods of a cust_main object. See L. with today's date, irregardless of the pretend date used to pre-generate the invoices. - -p: Only process customers with the specified payby (I, I, I, I, I, I, I) + -p: Only process customers with the specified payby (CARD, DCRD, CHEK, DCHK, BILL, COMP, LECB) -a: Only process customers with the specified agentnum. Multiple agentnums can be specified, separated with commas. diff --git a/FS/bin/freeside-monthly b/FS/bin/freeside-monthly index a81e3e9ed..0d6ea14a2 100755 --- a/FS/bin/freeside-monthly +++ b/FS/bin/freeside-monthly @@ -64,7 +64,7 @@ the bill and collect methods of a cust_main object. See L. "pretend date" 15 days from whatever was specified by the -d switch (or now, if no -d switch was given). - -p: Only process customers with the specified payby (I, I, I, I, I, I, I) + -p: Only process customers with the specified payby (CARD, DCRD, CHEK, DCHK, BILL, COMP, LECB) -a: Only process customers with the specified agentnum diff --git a/FS/bin/freeside-radgroup b/FS/bin/freeside-radgroup index ed85626d2..332632942 100644 --- a/FS/bin/freeside-radgroup +++ b/FS/bin/freeside-radgroup @@ -52,13 +52,13 @@ freeside-radgroup - Command line utility to manipulate radius groups =head1 DESCRIPTION - B is a freeside user as added with freeside-adduser. +B is a freeside user as added with freeside-adduser. - B is the action to take. Available actions are: I +B is the action to take. Available actions are: I - B is the group to add (or remove, etc.) +B is the group to add (or remove, etc.) - B specifies which accounts will be updated. +B specifies which accounts will be updated. =head1 EXAMPLES -- 2.11.0