diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-08 15:18:23 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-08 15:18:23 -0400 |
| commit | 0bea6ef3799e5169484c59584d246f72a3822283 (patch) | |
| tree | 4f01edfff6ee5115427b215544b9ecb179d4ef80 | |
| parent | eb649eb7b8851a07a36955a26685d061b46e4593 (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 = (); |
