return true;
}
if (option.equals("-version")) {
processCommandLine = false;
final VersionStatement version = new VersionStatement();
final ExecutionResults results = version.execute();
System.out.print(results);
return true;
}
if (option.startsWith("-" + HConnectionImpl.MASTER)) {