summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-monthly
diff options
context:
space:
mode:
Diffstat (limited to 'FS/bin/freeside-monthly')
-rwxr-xr-xFS/bin/freeside-monthly6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/bin/freeside-monthly b/FS/bin/freeside-monthly
index 0d6ea14a2..431fbd86f 100755
--- a/FS/bin/freeside-monthly
+++ b/FS/bin/freeside-monthly
@@ -7,7 +7,7 @@ use FS::UID qw(adminsuidsetup);
&untaint_argv; #what it sounds like (eww)
#use vars qw($opt_d $opt_v $opt_p $opt_a $opt_s $opt_y);
use vars qw(%opt);
-getopts("p:a:d:vsy:", \%opt);
+getopts("p:a:d:vsy:m", \%opt);
my $user = shift or die &usage;
adminsuidsetup $user;
@@ -72,7 +72,9 @@ the bill and collect methods of a cust_main object. See L<FS::cust_main>.
-v: enable debugging
-user: From the mapsecrets file - see config.html from the base documentation
+ -m: Experimental multi-process mode (delay upload jobs until billing jobs complete)
+
+user: Typically "fs_daily"
custnum: if one or more customer numbers are specified, only bills those
customers. Otherwise, bills all customers.