Lines Matching full:help
1 #include "android/help.h"
15 /* XXX: TODO: put most of the help stuff in auto-generated files */
42 " Try 'android --help' for more commands.\n\n"
48 " For more information on this topic, see -help-sdk-images.\n\n"
53 " See -help-build-images for the details.\n"
79 " (see -help-virtual-device for details). Each AVD is created in reference\n"
87 " The image files are documented in -help-disk-images. By default, an AVD\n"
126 " For more details, see the corresponding -help-<option> section.\n\n"
140 " information above doesn't apply. See -help-sdk-images for more details.\n"
172 " corresponding platform/add-on directories. See -help-sdk-images\n"
178 " See -help-build-images for more details.\n\n"
189 " For more detail, see the corresponding -help-<option> entry.\n\n"
456 "See -help-virtual-device to learn how to create/list/manage AVDs.\n\n"
478 " see '-help-disk-images' for more information about disk image files\n\n" );
494 " see '-help-disk-images' for more information about disk image files\n\n" );
507 " see '-help-disk-images' for more information about disk image files\n\n"
518 " see '-help-disk-images' for more information about disk image files\n\n"
532 " see '-help-disk-images' for more information about disk image files\n\n"
543 " see '-help-disk-images' for more information about disk image files\n\n"
556 " see '-help-disk-images' for more information about disk image files\n\n"
566 " see '-help-disk-images' for more information about disk image files\n\n"
577 " see '-help-disk-images' for more information about disk image files\n\n"
592 " see '-help-disk-images' for more information about disk image files\n\n"
604 " see '-help-disk-images' for more information about disk image files\n\n"
619 " see '-help-disk-images' for more information about disk image files\n\n"
642 " (see '-help-skindir')\n\n" );
731 " the background and waits for its port number with the help of the 'netcat'\n"
752 " the '-scale' option (see -help-scale)\n\n"
766 " use '-help-audio-out' to see a list of valid output <backend> values.\n"
767 " use '-help-audio-in' to see a list of valid input <backend> values.\n"
840 " scale. (see -help-dpi-device for details).\n\n"
850 " console. see the help for the 'window scale' command for details\n\n" );
946 " see -help-char-devices for a list of available <device> specifications.\n\n"
1043 " see '-help-char-devices' for the format of <device>\n\n"
1101 " (see -help-keys for details)\n\n"
1103 " finally, the onion image can be rotated (see -help-onion-rotate)\n\n"
1113 " -help-onion). the default is 50%%.\n\n"
1117 " you can also change the translucency dynamically (see -help-keys)\n\n"
1213 " than the one used for '-radio <device>' (see -help-char-devices for details)\n\n"
1252 " use '-help-keys' to list the default key bindings.\n"
1253 " use '-help-keyset-file' to learn more about the format of keyset files.\n"
1473 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1480 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1481 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1485 char help[32];
1486 snprintf(help, sizeof(help), "-help-%s", tt->name);
1487 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1489 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");
1513 PRINTF( "========= help for option -%s:\n\n", oo->name );
1518 PRINTF( "========= help for -help-%s\n\n", tt->name );
1521 PRINTF( "========= top-level help\n\n" );