"\tNumeric value to be used for selection on numeric\n"+
"\tattribute.\n"+
"\tInstances with values smaller than given value will\n"+
"\tbe selected. (default 0)",
"S", 1, "-S <num>"));
newVector.addElement(new Option(
"\tRange of label indices to be used for selection on\n"+
"\tnominal attribute.\n"+
"\tFirst and last are valid indexes. (default all values)",
"L", 1, "-L <index1,index2-index4,...>"));
newVector.addElement(new Option(