[Android-tools-devel] Bug#1006563: man page subitems need indenting

積丹尼 Dan Jacobson jidanni at jidanni.org
Sat Feb 26 19:09:37 GMT 2022


Package: adb
Version: 1:29.0.6-6
Severity: minor
File: /usr/share/man/man1/adb.1.gz

-apk etc. need to be indented.


       adb  backup  [-f  file] [-apk|-noapk] [-obb|-noobb] [-shared|-noshared]
       [-all] [-system|-nosystem] [packages...]
         Write an archive of the device's data to file.  If no  -f  option  is
         supplied  then the data is written to backup.ab in the current direc‐
         tory.

       -apk | -noapk enable/disable backup of the .apks themselves in the  ar‐
       chive; the default is noapk.

       -obb | -noobb enable/disable backup of any installed apk expansion (aka
       .obb) files associated with each application; the default is noobb.

       -shared | -noshared enable/disable backup of the device's shared  stor‐
       age / SD card contents; the default is noshared.

       -all means to back up all installed applications.

       -system  | -nosystem toggles whether -all automatically includes system
       applications; the default is to include system apps.

       packages... is the list of applications to be backed up.  If  the  -all
       or -shared flags are passed, then the package list is optional.  Appli‐
       cations explicitly given on the command line will be included  even  if

P.S., adb help doesn't mention some things seen on the man page.
$ adb help|grep -ic backup
0



More information about the Android-tools-devel mailing list