Fixed alignment.

This commit is contained in:
Izzat Bahadirov 2013-04-19 17:44:54 -04:00
parent ea4ee3e8de
commit d6737943e1
2 changed files with 10 additions and 10 deletions

View File

@ -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);

View File

@ -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);