mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-20 17:24:13 +00:00
Add version info
This commit is contained in:
@@ -31,6 +31,7 @@ void kill_proc(int pid) {
|
||||
|
||||
static void usage(char *arg0) {
|
||||
fprintf(stderr,
|
||||
"MagiskHide v" xstr(MAGISK_VERSION) " (by topjohnwu) - Hide Magisk!\n\n"
|
||||
"%s [--options [arguments...] ]\n\n"
|
||||
"Options:\n"
|
||||
" --enable: Start the magiskhide daemon\n"
|
||||
|
Submodule jni/magiskpolicy updated: 9de3c582c0...3e106a9dc5
@@ -108,6 +108,7 @@ static bool is_legal_property_name(const char* name, size_t namelen) {
|
||||
|
||||
static int usage(char* arg0) {
|
||||
fprintf(stderr,
|
||||
"resetprop v" xstr(MAGISK_VERSION) " (by topjohnwu & nkk71) - System Props Modification Tool\n\n"
|
||||
"Usage: %s [options] [args...]\n"
|
||||
"%s <name> <value>: Set property entry <name> with <value>\n"
|
||||
"%s --file <prop file>: Load props from <prop file>\n"
|
||||
|
2
jni/su
2
jni/su
Submodule jni/su updated: c558362034...9120f71f19
Reference in New Issue
Block a user