summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorivan <ivan>2011-12-26 22:48:05 +0000
committerivan <ivan>2011-12-26 22:48:05 +0000
commitf62dd5d91159401b3f5fa4372c3eee2ee5c924a9 (patch)
tree4bf9a8df6c091d7f6563a7454b6467cc2d08edfb /FS/bin/freeside-daily
parent0642c1b5d97d0987491424736054c1abc9d579b1 (diff)
add -o flag to freeside-daily, to only bill for one month, RT#14904
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-xFS/bin/freeside-daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index ee63b9a..b73d0b1 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -7,7 +7,7 @@ use FS::Conf;
&untaint_argv; #what it sounds like (eww)
use vars qw(%opt);
-getopts("p:a:d:vl:sy:nmrkg:u", \%opt);
+getopts("p:a:d:vl:sy:nmrkg:uo", \%opt);
my $user = shift or die &usage;
adminsuidsetup $user;