Better wording for dump usage printout.

This commit is contained in:
Izzat Bahadirov 2013-04-19 17:43:14 -04:00
parent 10fdd19778
commit ea4ee3e8de
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ public class DumpFields {
consoleWidth = 80;
}
System.out.println("java -cp baksmali.jar org.jf.dexlib2.analysis.DumpFields -d path/to/jar/files <dex-file>");
System.out.println("java -cp baksmali.jar org.jf.dexlib2.analysis.DumpFields -d path/to/framework/jar/files <dex-file>");
}
private static void buildOptions() {

View File

@ -141,7 +141,7 @@ public class DumpVtables {
consoleWidth = 80;
}
System.out.println("java -cp baksmali.jar org.jf.dexlib2.analysis.DumpVtables -d path/to/jar/files <dex-file>");
System.out.println("java -cp baksmali.jar org.jf.dexlib2.analysis.DumpVtables -d path/to/framework/jar/files <dex-file>");
}
private static void buildOptions() {