From 1d93e2c7a80d23f935789b891f6a01767897805f Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Mon, 14 Sep 2009 02:27:37 +0000 Subject: [PATCH] Updated the description for the rewrite option git-svn-id: https://smali.googlecode.com/svn/trunk@476 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- smali/src/main/java/org/jf/smali/main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smali/src/main/java/org/jf/smali/main.java b/smali/src/main/java/org/jf/smali/main.java index a5731fa7..ff96b1ed 100644 --- a/smali/src/main/java/org/jf/smali/main.java +++ b/smali/src/main/java/org/jf/smali/main.java @@ -342,7 +342,7 @@ public class main { .create("s"); Option rewriteLabelOption = OptionBuilder.withLongOpt("rewrite-labels") - .withDescription("rewrite the input smali files using the old label format to the new label format") + .withDescription("rewrite the input smali files, converting any labels in the old (pre .97) format to the new format") .create("r"); options.addOption(versionOption);