[freeside-commits] freeside/FS/bin freeside-daily,1.36,1.37

Ivan,,, ivan at wavetail.420.am
Wed Dec 30 21:10:58 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv21998/bin

Modified Files:
	freeside-daily 
Log Message:
specify multiple agentnums with freeside-daily

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- freeside-daily	29 Dec 2009 01:38:41 -0000	1.36
+++ freeside-daily	31 Dec 2009 05:10:56 -0000	1.37
@@ -64,7 +64,7 @@
 }
 
 sub usage {
-  die "Usage:\n\n  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -k ] user [ custnum custnum ... ]\n";
+  die "Usage:\n\n  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum,agentnum,... ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -k ] user [ custnum custnum ... ]\n";
 }
 
 ###
@@ -77,7 +77,7 @@
 
 =head1 SYNOPSIS
 
-  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -r ] [ -k ] user [ custnum custnum ... ]
+  freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum,agentnum,... ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -r ] [ -k ] user [ custnum custnum ... ]
 
 =head1 DESCRIPTION
 
@@ -101,7 +101,7 @@
 
   -p: Only process customers with the specified payby (I<CARD>, I<DCRD>, I<CHEK>, I<DCHK>, I<BILL>, I<COMP>, I<LECB>)
 
-  -a: Only process customers with the specified agentnum
+  -a: Only process customers with the specified agentnum.  Multiple agentnums can be specified, separated with commas.
 
   -g: Don't process the provided pkgpart (or pkgparts, specified as a comma-
       separated list).



More information about the freeside-commits mailing list