newVector.addElement(new Option(
"\tName of a directory to search for cost files when loading\n"
+"\tcosts on demand (default current directory).",
"D", 1, "-D <directory>"));
return newVector.elements();
}
/**
* Parses a given list of options. <p/>
*