diff --git a/import_problem b/import_problem --- a/import_problem +++ b/import_problem @@ -21,7 +21,7 @@ end def process_options(options) - i = 3 + i = 4 while ii+1 @@ -38,7 +38,7 @@ SCRIPT_DIR = File.dirname(__FILE__) # print usage -if ARGV.length < 4 +if (ARGV.length < 4) or (ARGV[3][0,1]=="-") puts <