diff options
author | ivan <ivan> | 2002-12-25 06:59:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-25 06:59:09 +0000 |
commit | 7926d92e41b592b08f15d250ac5e78f75a2a29c7 (patch) | |
tree | 60d6c26b53435ec52f003548bed24ec2549c338b /FS/bin/freeside-daily | |
parent | 619b551fc1f58c1bdd0a2f7c4df7783c0542cbdd (diff) |
declare $opt_p usage
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-x | FS/bin/freeside-daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index c82dc07a0..579d071ac 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; |