minor changes to option usage info

git-svn-id: https://smali.googlecode.com/svn/trunk@699 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2010-04-03 23:03:13 +00:00
parent db806b1261
commit bde73b303c

View File

@ -352,7 +352,7 @@ public class main {
Option deodexerantOption = OptionBuilder.withLongOpt("deodex") Option deodexerantOption = OptionBuilder.withLongOpt("deodex")
.withDescription("deodex the given odex file. This option is ignored if the input file is not an " + .withDescription("deodex the given odex file. This option is ignored if the input file is not an " +
"odex file.") "odex file")
.create("x"); .create("x");
Option useLocalsOption = OptionBuilder.withLongOpt("use-locals") Option useLocalsOption = OptionBuilder.withLongOpt("use-locals")
@ -406,7 +406,7 @@ public class main {
Option dumpOption = OptionBuilder.withLongOpt("dump-to") Option dumpOption = OptionBuilder.withLongOpt("dump-to")
.withDescription("dumps the given dex file into a single annotated dump file named FILE" + .withDescription("dumps the given dex file into a single annotated dump file named FILE" +
" (<dexfile>.dump by default), along with the normal disassembly.") " (<dexfile>.dump by default), along with the normal disassembly")
.hasOptionalArg() .hasOptionalArg()
.withArgName("FILE") .withArgName("FILE")
.create("D"); .create("D");