rowLimit = Long.parseLong(cl.getOptionValue("rowLimit"));
}
if(cl.hasOption("listUpdates")){
String timestr = cl.getOptionValue("listUpdates");
long time = Long.parseLong(timestr);
up.displayListResults(up.getUpdatesThatHappenedWithinTimeframe(time, rowLimit));
didwork = true;
}
if(cl.hasOption("p")){
up.process(rowLimit);