mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 11:54:29 +02:00
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:
parent
bdf45f5b4f
commit
1d93e2c7a8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user