mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +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
|
||||
_Options();
|
||||
HelpFormatter formatter = new HelpFormatter();
|
||||
formatter.setWidth(120);
|
||||
|
||||
// print out license info prior to formatter.
|
||||
System.out.println(
|
||||
|
Loading…
x
Reference in New Issue
Block a user