Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71df3ca7 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

adb remount documentation error

It is not adb reboot -R, it is adb remount -R

Bug: 122602260
Test: view file in gitties
Change-Id: I7c419b0b7f98cc0f5bb69284f5998515e9b8408e
parent ebae0d3a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -53,9 +53,13 @@ Note that the sequence above:
    $ adb disable-verity
    $ adb reboot

can be replaced with:
*or*

    $ adb remount

can be replaced in both places with:

    $ adb reboot -R
    $ adb remount -R

which will not reboot if everything is already prepared and ready
to go.