mirror of
https://github.com/revanced/smali.git
synced 2025-05-05 00:54:25 +02:00
minor verbage change for the -l/--use-locals option
git-svn-id: https://smali.googlecode.com/svn/trunk@491 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
3ff70dc8da
commit
a5fb30849d
@ -282,7 +282,7 @@ public class main {
|
||||
.create("x");
|
||||
|
||||
Option useLocalsOption = OptionBuilder.withLongOpt("use-locals")
|
||||
.withDescription("use the .locals directive with the number of non-parameter registers, instead of" +
|
||||
.withDescription("output the .locals directive with the number of non-parameter registers, instead of" +
|
||||
" the .register directive with the total number of register")
|
||||
.create("l");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user