mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 00:54:25 +02:00
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:
parent
db806b1261
commit
bde73b303c
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user