Merge "Move adb backup/restore helptext to adb shell bu help." am: 4a36cc7cf6 am: 8898a151e6

am: 9f23feae1f

Change-Id: Ic3cd83b0a69d61f399ab45a1ae9cada873a061cc
This commit is contained in:
Johan Torås Halseth 2017-04-12 09:28:19 +00:00 committed by android-build-merger
commit 406a75f1fc
1 changed files with 1 additions and 9 deletions

View File

@ -169,15 +169,7 @@ static void help() {
" '-k': keep the data and cache directories\n"
"\n"
"backup/restore:\n"
" backup [-f FILE] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared] [-all] [-system|-nosystem] [PACKAGE...]\n"
" write an archive of the device's data to FILE [default=backup.adb]\n"
" package list optional if -all/-shared are supplied\n"
" -apk/-noapk: do/don't back up .apk files (default -noapk)\n"
" -obb/-noobb: do/don't back up .obb files (default -noobb)\n"
" -shared|-noshared: do/don't back up shared storage (default -noshared)\n"
" -all: back up all installed applications\n"
" -system|-nosystem: include system apps in -all (default -system)\n"
" restore FILE restore device contents from FILE\n"
" to show usage run \"adb shell bu help\"\n"
"\n"
"debugging:\n"
" bugreport [PATH]\n"