mirror of
https://github.com/revanced/smali.git
synced 2025-05-11 20:04:28 +02:00
- fixed an issue where -D didn't use the specified file
git-svn-id: https://smali.googlecode.com/svn/trunk@219 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
c894b9658c
commit
3249b724ea
@ -95,7 +95,7 @@ public class main {
|
||||
if (commandLine.hasOption("D")) {
|
||||
doDump = true;
|
||||
disassemble = false;
|
||||
dumpFileName = commandLine.getOptionValue("d", inputDexFileName + ".dump");
|
||||
dumpFileName = commandLine.getOptionValue("D", inputDexFileName + ".dump");
|
||||
}
|
||||
|
||||
if (commandLine.hasOption("w")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user