From 7171458a30da268bbbb022a3bb0a10bc357eb9e8 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Tue, 29 Oct 2019 11:05:15 -0700 Subject: [PATCH] Fixes typos for adb shell stop/start. Test: n/a Change-Id: Idaad0bfbf3c9d3fd7fc768940746c78528116a13 --- fs_mgr/README.overlayfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs_mgr/README.overlayfs.md b/fs_mgr/README.overlayfs.md index bb63df8f4..f57907862 100644 --- a/fs_mgr/README.overlayfs.md +++ b/fs_mgr/README.overlayfs.md @@ -32,9 +32,9 @@ Use the following sequence to perform the remount. Then enter one of the following sequences: - $ adb stop + $ adb shell stop $ adb sync - $ adb start + $ adb shell start $ adb reboot *or*