Example #1
0
 public void usage() {
   final StringBuilder output = new StringBuilder();
   usage(output);
   System.out.print(output.toString());
 }