Optiono_help=newOption("help","help",false,"Print this message.");
Optiono_replayd=newOption("b","bulk",true,"If specified the target is a directory; all suite-files there whose name match this pattern are replayed.");
Optiono_replayd=newOption("b","bulk",true,"If specified the target is a directory; all suite-files there whose name match this regex pattern are replayed. See doc of java.util.regex.Pattern.");
Optiono_runAll=newOption("ra","runall",false,"If set, all sequences will be replayed; exception will not be rethrown.");
Optiono_regressionMode=newOption("rm","regressionmode",false,"If set, and runall is false, only thrown OracleError will be rethrown.");
Optiono_showExcExecution=newOption("sx","showXexec",false,"If set, then execution that throws an exception will be printed.");