Commit 45483fde authored by topjohnwu's avatar topjohnwu

Update CLI usages

parent d742cfa4
...@@ -39,7 +39,7 @@ static void usage(int status) { ...@@ -39,7 +39,7 @@ static void usage(int status) {
" -v, --version display version number and exit\n" " -v, --version display version number and exit\n"
" -V display version code and exit\n" " -V display version code and exit\n"
" -mm, -M,\n" " -mm, -M,\n"
" --mount-master force run in the global mount namespace\n"); " --mount-master force run in the global mount namespace\n\n");
exit(status); exit(status);
} }
......
...@@ -9,7 +9,7 @@ using namespace std; ...@@ -9,7 +9,7 @@ using namespace std;
[[noreturn]] static void usage() { [[noreturn]] static void usage() {
fprintf(stderr, fprintf(stderr,
R"EOF("DenyList Config CLI R"EOF(DenyList Config CLI
Usage: magisk --denylist [action [arguments...] ] Usage: magisk --denylist [action [arguments...] ]
Actions: Actions:
...@@ -21,6 +21,7 @@ Actions: ...@@ -21,6 +21,7 @@ Actions:
ls Print the current denylist ls Print the current denylist
exec CMDs... Execute commands in isolated mount exec CMDs... Execute commands in isolated mount
namespace and do all unmounts namespace and do all unmounts
)EOF"); )EOF");
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