Skip to content

Commit

Permalink
ninja: help format wraps after 110 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Dec 10, 2021
1 parent 857d0a1 commit 9bff7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static JCommander setupCommandLineParser() {

JCommander jc = builder.build();
jc.setProgramName("java [-Dloader.path=<jdbc_driver_jar_path>] -jar ninja.jar");
jc.setColumnSize(150);
jc.setColumnSize(110);
jc.setAtFileCharset(Charset.forName(base.getCharset()));

return jc;
Expand Down

0 comments on commit 9bff7f3

Please sign in to comment.