}
if (option != null) {
option.getCommand(commandFactory, cli).execute();
} else {
throw new CommandLineSyntaxException(
"No command line options specified (use -h to see all available options)");
}
} catch (ParseException pe) {
throw new CommandLineSyntaxException(pe);
}
// finally {
// log.info("Closing DROID.");
// }