Add additional verbage for the --allow-odex-instructions in smali

This commit is contained in:
Ben Gruver 2011-10-10 02:01:59 -04:00
parent df00f6b8a8
commit 4ba8cebf01

View File

@ -380,7 +380,9 @@ public class main {
.create("o");
Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions")
.withDescription("allow odex instructions to be compiled into the dex file")
.withDescription("allow odex instructions to be compiled into the dex file. Only a few" +
" instructions are supported - the ones that can exist in a dead code path and not" +
" cause dalvik to reject the class")
.create("x");
Option dumpOption = OptionBuilder.withLongOpt("dump-to")