X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=6a542c7cd3aeaf878072c7161818623eb069353c;hp=b4a65be9720891e8bed9ebb051a15b672720385d;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=75d538ea20a76acd9810c7835d8dd4ae867ef01b diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index b4a65be97..6a542c7cd 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -64,7 +64,7 @@ sub untaint_argv { } 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 @@ freeside-daily - Run daily billing and invoice collection events. =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 @@ -99,9 +99,9 @@ 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 + -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).