Merge "adb remount documentation error"
This commit is contained in:
commit
365b43b933
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue