private static void printUsage(Options options) {
System.out.println("Sesame Console, an interactive shell based utility to communicate with Sesame repositories.");
HelpFormatter formatter = new HelpFormatter();
formatter.setWidth(80);
formatter.printHelp("start-console [OPTION] [repositoryID]", options);
// writeln("Usage: start-console [OPTION] [repositoryID]");
// writeln();
// writeln(" -h, --help print this help");
// writeln(" -s, --serverURL=URL URL of Sesame server to connect to, e.g.
// http://localhost/openrdf-sesame/");