mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 10:11:55 +00:00
@@ -39,7 +39,6 @@ Advanced Options (Internal APIs):
|
||||
--sqlite SQL exec SQL commands to Magisk database
|
||||
--path print Magisk tmpfs mount path
|
||||
--denylist ARGS denylist config CLI
|
||||
--companion FD start zygisk root companion
|
||||
|
||||
Available applets:
|
||||
)EOF");
|
||||
@@ -128,8 +127,6 @@ int magisk_main(int argc, char *argv[]) {
|
||||
return 0;
|
||||
} else if (argc >= 3 && argv[1] == "--install-module"sv) {
|
||||
install_module(argv[2]);
|
||||
} else if (argc >= 3 && argv[1] == "--companion"sv) {
|
||||
zygiskd(parse_int(argv[2]));
|
||||
}
|
||||
#if 0
|
||||
/* Entry point for testing stuffs */
|
||||
|
Reference in New Issue
Block a user