mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-01 14:47:56 +01:00
set console width to 120 to allow documentation to fit perfectly
This commit is contained in:
parent
168075e493
commit
722369fbd7
@ -420,6 +420,7 @@ public class Main {
|
|||||||
// load basicOptions
|
// load basicOptions
|
||||||
_Options();
|
_Options();
|
||||||
HelpFormatter formatter = new HelpFormatter();
|
HelpFormatter formatter = new HelpFormatter();
|
||||||
|
formatter.setWidth(120);
|
||||||
|
|
||||||
// print out license info prior to formatter.
|
// print out license info prior to formatter.
|
||||||
System.out.println(
|
System.out.println(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user