mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 11:42:03 +00:00
Cleanup file descriptors and add more info
This commit is contained in:
@@ -108,7 +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"
|
||||
"resetprop v" xstr(MAGISK_VERSION) "(" xstr(MAGISK_VER_CODE) ") (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"
|
||||
|
||||
Reference in New Issue
Block a user