Commit f32e0af8 authored by topjohnwu's avatar topjohnwu

Update resetprop help msg

parent 4c94f90e
...@@ -20,7 +20,7 @@ static int (*system_property_set)(const char*, const char*); ...@@ -20,7 +20,7 @@ static int (*system_property_set)(const char*, const char*);
[[noreturn]] static void usage(char* arg0) { [[noreturn]] static void usage(char* arg0) {
fprintf(stderr, fprintf(stderr,
R"EOF("resetprop - System Props Modification Tool R"EOF(resetprop - System Property Manipulation Tool
Usage: %s [flags] [options...] Usage: %s [flags] [options...]
...@@ -34,10 +34,10 @@ Options: ...@@ -34,10 +34,10 @@ Options:
Flags: Flags:
-v print verbose output to stderr -v print verbose output to stderr
-n set properties without going through init -n set props without going through property_service
affects setprop and prop file loading (this flag only affects setprop)
-p also access props directly from persist storage -p read/write props from/to persistent storage
affects getprop and delprop (this flag only affects getprop and delprop)
)EOF", arg0); )EOF", arg0);
exit(1); exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment