mirror of
https://github.com/revanced/smali.git
synced 2025-05-16 06:07:05 +02:00
Update url in --version message
This commit is contained in:
parent
735746595f
commit
0e9be306a2
@ -78,7 +78,7 @@ public class Main {
|
||||
}
|
||||
|
||||
protected static void version() {
|
||||
System.out.println("baksmali " + VERSION + " (http://smali.googlecode.com)");
|
||||
System.out.println("baksmali " + VERSION + " (http://smali.org)");
|
||||
System.out.println("Copyright (C) 2010 Ben Gruver (JesusFreke@JesusFreke.com)");
|
||||
System.out.println("BSD license (http://www.opensource.org/licenses/bsd-license.php)");
|
||||
System.exit(0);
|
||||
|
@ -76,7 +76,7 @@ public class Main {
|
||||
}
|
||||
|
||||
protected static void version() {
|
||||
System.out.println("smali " + VERSION + " (http://smali.googlecode.com)");
|
||||
System.out.println("smali " + VERSION + " (http://smali.org)");
|
||||
System.out.println("Copyright (C) 2010 Ben Gruver (JesusFreke@JesusFreke.com)");
|
||||
System.out.println("BSD license (http://www.opensource.org/licenses/bsd-license.php)");
|
||||
System.exit(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user