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:
JesusFreke@JesusFreke.com 2009-11-23 07:27:19 +00:00
parent 3ff70dc8da
commit a5fb30849d

View File

@ -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");