mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05:52 +01:00
updated github location and commented out --original function
This commit is contained in:
parent
5a290988bc
commit
1a9901a75d
@ -238,7 +238,7 @@ public class Main {
|
|||||||
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
||||||
"with smali v" + ApktoolProperties.get("smaliVersion") +
|
"with smali v" + ApktoolProperties.get("smaliVersion") +
|
||||||
", and baksmali v" + ApktoolProperties.get("baksmaliVersion") + "\n" +
|
", and baksmali v" + ApktoolProperties.get("baksmaliVersion") + "\n" +
|
||||||
"Updated by iBotPeaches <connor.tumbleson@gmail.com> \n" +
|
"Updated by @iBotPeaches <connor.tumbleson@gmail.com> \n" +
|
||||||
"Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n" +
|
"Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]\n" +
|
"Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]\n" +
|
||||||
@ -284,13 +284,13 @@ public class Main {
|
|||||||
" Skip changes detection and build all files.\n" +
|
" Skip changes detection and build all files.\n" +
|
||||||
" -d, --debug\n" +
|
" -d, --debug\n" +
|
||||||
" Build in debug mode. Check project page for more info.\n" +
|
" Build in debug mode. Check project page for more info.\n" +
|
||||||
" -o, --original\n" +
|
// " -o, --original\n" +
|
||||||
" Build resources into original APK. Retains signature." +
|
// " Build resources into original APK. Retains signature." +
|
||||||
"\n" +
|
"\n" +
|
||||||
" if|install-framework <framework.apk> [<tag>]\n" +
|
" if|install-framework <framework.apk> [<tag>]\n" +
|
||||||
" Install framework file to your system.\n" +
|
" Install framework file to your system.\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"For additional info, see: https://github.com/iBotPeaches/brut.apktool" +
|
"For additional info, see: https://github.com/iBotPeaches/Apktool" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"For smali/baksmali info, see: http://code.google.com/p/smali/"
|
"For smali/baksmali info, see: http://code.google.com/p/smali/"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user