From 31a27838f505ef6eb8308c201461e2fb92be4c8a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 18 Feb 2019 03:09:01 -0500 Subject: [PATCH] Fix help message for magisk --- native/jni/core/magisk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/jni/core/magisk.cpp b/native/jni/core/magisk.cpp index d15b89570..979bb5381 100644 --- a/native/jni/core/magisk.cpp +++ b/native/jni/core/magisk.cpp @@ -26,7 +26,7 @@ " --daemon manually start magisk daemon\n" " --[init trigger] start service for init trigger\n" "\n" - "Advanced Options (Internal APIs):" + "Advanced Options (Internal APIs):\n" " --unlock-blocks set BLKROSET flag to OFF for all block devices\n" " --restorecon restore selinux context on Magisk files\n" " --clone-attr SRC DEST clone permission, owner, and selinux context\n"