summaryrefslogtreecommitdiffstats
path: root/adb/client/commandline.cpp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-01-09 19:48:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-09 19:48:47 +0000
commit22a8462336cf3e2f8cf7d95babbfb79f23e7c183 (patch)
treef10759f2cb272c504810e1c76681ea9bc377c9c9 /adb/client/commandline.cpp
parent34f55bd45adc929937ed42504bb2b3181a71b904 (diff)
parenta5db1d72cf2f97053f3a3baef0be62c92a6baace (diff)
downloadsystem_core-22a8462336cf3e2f8cf7d95babbfb79f23e7c183.tar.gz
system_core-22a8462336cf3e2f8cf7d95babbfb79f23e7c183.tar.bz2
system_core-22a8462336cf3e2f8cf7d95babbfb79f23e7c183.zip
Merge "adbd: Automatically disable verity in adb remount."
Diffstat (limited to 'adb/client/commandline.cpp')
-rw-r--r--adb/client/commandline.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp
index ce51b1c29..20fd036f6 100644
--- a/adb/client/commandline.cpp
+++ b/adb/client/commandline.cpp
@@ -192,7 +192,9 @@ static void help() {
" get-state print offline | bootloader | device\n"
" get-serialno print <serial-number>\n"
" get-devpath print <device-path>\n"
- " remount remount partitions read-write\n"
+ " remount [-R]\n"
+ " remount partitions read-write. if a reboot is required, -R will\n"
+ " will automatically reboot the device.\n"
" reboot [bootloader|recovery|sideload|sideload-auto-reboot]\n"
" reboot the device; defaults to booting system image but\n"
" supports bootloader and recovery too. sideload reboots\n"