Merge "adb remount documentation error"

am: 365b43b933

Change-Id: Ic72a571a47d964df3a181e9890a57fc10c6a0157
This commit is contained in:
Mark Salyzyn 2019-01-14 14:54:27 -08:00 committed by android-build-merger
commit 85eceb2ced

View file

@ -53,9 +53,13 @@ Note that the sequence above:
$ adb disable-verity
$ adb reboot
can be replaced with:
*or*
$ adb reboot -R
$ adb remount
can be replaced in both places with:
$ adb remount -R
which will not reboot if everything is already prepared and ready
to go.