if (cmdLine.isEnabled(CommandLine.HELP) || cmdLine.isEnabled(CommandLine.HELP2)) {
help = cmdLine.getHelp();
System.out.println(help);
} else {
control.runCommandLineNewSession(cmdLine.getArgument(CommandLine.NEW_SESSION));
try {
Thread.sleep(1000);
} catch (InterruptedException e) {}
}