summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorivan <ivan>2002-12-25 06:59:09 +0000
committerivan <ivan>2002-12-25 06:59:09 +0000
commit7926d92e41b592b08f15d250ac5e78f75a2a29c7 (patch)
tree60d6c26b53435ec52f003548bed24ec2549c338b /FS/bin/freeside-daily
parent619b551fc1f58c1bdd0a2f7c4df7783c0542cbdd (diff)
declare $opt_p usage
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 c82dc07..579d071 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -10,7 +10,7 @@ use FS::Conf;
use FS::cust_main;
&untaint_argv; #what it sounds like (eww)
-use vars qw($opt_d $opt_v);
+use vars qw($opt_d $opt_v $opt_p);
getopts("p:d:v");
my $user = shift or die &usage;