From a5fb30849ded98084d9ba486c43d7a8c41b55ca3 Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Mon, 23 Nov 2009 07:27:19 +0000 Subject: [PATCH] minor verbage change for the -l/--use-locals option git-svn-id: https://smali.googlecode.com/svn/trunk@491 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- baksmali/src/main/java/org/jf/baksmali/main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baksmali/src/main/java/org/jf/baksmali/main.java b/baksmali/src/main/java/org/jf/baksmali/main.java index 71f7d870..af396df6 100644 --- a/baksmali/src/main/java/org/jf/baksmali/main.java +++ b/baksmali/src/main/java/org/jf/baksmali/main.java @@ -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");