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");
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
.withDescription("The numeric api-level of the file being disassembled. If not " +
"specified, it defaults to 15 (ICS).")
.hasArg()
.withArgName("API_LEVEL")
.create("a");
.withDescription("The numeric api-level of the file being disassembled. If not " +
"specified, it defaults to 15 (ICS).")
.hasArg()
.withArgName("API_LEVEL")
.create("a");
options.addOption(classPathDirOption);
options.addOption(outputFileOption);

View File

@ -159,11 +159,11 @@ public class DumpVtables {
.create("o");
Option apiLevelOption = OptionBuilder.withLongOpt("api-level")
.withDescription("The numeric api-level of the file being disassembled. If not " +
"specified, it defaults to 15 (ICS).")
.hasArg()
.withArgName("API_LEVEL")
.create("a");
.withDescription("The numeric api-level of the file being disassembled. If not " +
"specified, it defaults to 15 (ICS).")
.hasArg()
.withArgName("API_LEVEL")
.create("a");
options.addOption(classPathDirOption);
options.addOption(outputFileOption);