mirror of
https://github.com/revanced/smali.git
synced 2025-05-20 16:07:05 +02:00
Fixed alignment.
This commit is contained in:
parent
ea4ee3e8de
commit
d6737943e1
@ -157,11 +157,11 @@ public class DumpFields {
|
|||||||
.create("o");
|
.create("o");
|
||||||
|
|
||||||
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
|
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
|
||||||
.withDescription("The numeric api-level of the file being disassembled. If not " +
|
.withDescription("The numeric api-level of the file being disassembled. If not " +
|
||||||
"specified, it defaults to 15 (ICS).")
|
"specified, it defaults to 15 (ICS).")
|
||||||
.hasArg()
|
.hasArg()
|
||||||
.withArgName("API_LEVEL")
|
.withArgName("API_LEVEL")
|
||||||
.create("a");
|
.create("a");
|
||||||
|
|
||||||
options.addOption(classPathDirOption);
|
options.addOption(classPathDirOption);
|
||||||
options.addOption(outputFileOption);
|
options.addOption(outputFileOption);
|
||||||
|
@ -159,11 +159,11 @@ public class DumpVtables {
|
|||||||
.create("o");
|
.create("o");
|
||||||
|
|
||||||
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
|
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
|
||||||
.withDescription("The numeric api-level of the file being disassembled. If not " +
|
.withDescription("The numeric api-level of the file being disassembled. If not " +
|
||||||
"specified, it defaults to 15 (ICS).")
|
"specified, it defaults to 15 (ICS).")
|
||||||
.hasArg()
|
.hasArg()
|
||||||
.withArgName("API_LEVEL")
|
.withArgName("API_LEVEL")
|
||||||
.create("a");
|
.create("a");
|
||||||
|
|
||||||
options.addOption(classPathDirOption);
|
options.addOption(classPathDirOption);
|
||||||
options.addOption(outputFileOption);
|
options.addOption(outputFileOption);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user