Updated the description for the rewrite option

git-svn-id: https://smali.googlecode.com/svn/trunk@476 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-09-14 02:27:37 +00:00
parent bdf45f5b4f
commit 1d93e2c7a8

View File

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