From f0e03fdac39096ee9bbd64d8f4e21e58724a7d9a Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 9 Sep 2021 15:46:41 +0900 Subject: [PATCH] doc: verity_update_state has no args `verity_update_state` command doesn't have a arg. Bug: n/a Test: n/a (documentation updated) Change-Id: I6a807f8cce05c8669e85fe5cea935fbd668aa678 --- init/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/README.md b/init/README.md index f447ab2a9..58a8d6b02 100644 --- a/init/README.md +++ b/init/README.md @@ -693,7 +693,7 @@ provides the `aidl_lazy_test_1` interface. fstab.${ro.hardware} or fstab.${ro.hardware.platform} will be scanned for under /odm/etc, /vendor/etc, or / at runtime, in that order. -`verity_update_state ` +`verity_update_state` > Internal implementation detail used to update dm-verity state and set the partition._mount-point_.verified properties used by adb remount because fs\_mgr can't set them directly itself.