set console width to 120 to allow documentation to fit perfectly

This commit is contained in:
Connor Tumbleson 2013-05-01 21:55:33 -05:00
parent 168075e493
commit 722369fbd7

View File

@ -420,6 +420,7 @@ public class Main {
// load basicOptions
_Options();
HelpFormatter formatter = new HelpFormatter();
formatter.setWidth(120);
// print out license info prior to formatter.
System.out.println(