#29053 -d needs to pass an argument
authorJeremy Davis <jeremyd@freeside.biz>
Mon, 8 Sep 2014 19:17:13 +0000 (15:17 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Mon, 8 Sep 2014 19:17:13 +0000 (15:17 -0400)
bin/aradial-sftp_and_import

index 778ee23..0cb6bca 100755 (executable)
@@ -65,7 +65,7 @@ our %status_type = (
 ###
 
 use vars qw( $opt_m $opt_a $opt_b $opt_r $opt_d $opt_v $opt_P );
-getopts('m:abr:dP:v:');
+getopts('m:abr:d:P:v:');
 
 my %options = ();