diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-08 15:17:13 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-08 15:17:13 -0400 |
| commit | 7f1bc9c18dc4a2cd1c9a8f972c3107821af0e649 (patch) | |
| tree | 92205d6a966c62ee777c47a420a0b1c35823b88d | |
| parent | fff03530dc39f2a8e646c0bebdba044013150bf7 (diff) | |
#29053 -d needs to pass an argument
| -rwxr-xr-x | bin/aradial-sftp_and_import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import index 778ee2301..0cb6bca3a 100755 --- a/bin/aradial-sftp_and_import +++ b/bin/aradial-sftp_and_import @@ -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 = (); |
