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"
173 " corresponding platform/add-on directories. See -help-sdk-images\n"
179 " See -help-build-images for more details.\n\n"
190 " For more detail, see the corresponding -help-<option> entry.\n\n"
460 "See -help-virtual-device to learn how to create/list/manage AVDs.\n\n"
482 " see '-help-disk-images' for more information about disk image files\n\n" );
498 " see '-help-disk-images' for more information about disk image files\n\n" );
511 " see '-help-disk-images' for more information about disk image files\n\n"
522 " see '-help-disk-images' for more information about disk image files\n\n"
536 " see '-help-disk-images' for more information about disk image files\n\n"
547 " see '-help-disk-images' for more information about disk image files\n\n"
557 " see '-help-disk-images' for more information about disk image files\n\n"
568 " see '-help-disk-images' for more information about disk image files\n\n"
583 " see '-help-disk-images' for more information about disk image files\n\n"
595 " see '-help-disk-images' for more information about disk image files\n\n"
610 " see '-help-disk-images' for more information about disk image files\n\n"
626 " see '-help-disk-images' for more information about disk image files\n"
627 " see '-help-snapshot' for more information about snapshots\n\n"
667 " Then execute the command 'avd snapshot save <name>'. See '-help-port' for\n"
723 " See '-help-snapshot' for more information on snapshots.\n\n"
746 " (see '-help-skindir')\n\n" );
838 " the background and waits for its port number with the help of the 'netcat'\n"
859 " the '-scale' option (see -help-scale)\n\n"
891 " scale. (see -help
901 " console. see the help for the 'window scale' command for details\n\n" );
1024 " see -help-char-devices for a list of available <device> specifications.\n\n"
1121 " see '-help-char-devices' for the format of <device>\n\n"
1179 " (see -help-keys for details)\n\n"
1181 " finally, the onion image can be rotated (see -help-onion-rotate)\n\n"
1191 " -help-onion). the default is 50%%.\n\n"
1195 " you can also change the translucency dynamically (see -help-keys)\n\n"
1291 " than the one used for '-radio <device>' (see -help-char-devices for details)\n\n"
1330 " use '-help-keys' to list the default key bindings.\n"
1331 " use '-help-keyset-file' to learn more about the format of keyset files.\n"
1641 PRINTF( " %-*s %s\n", maxwidth, "-qemu -h", "display qemu help");
1648 PRINTF( " %-*s %s\n", maxwidth, "-help", "print this help");
1649 PRINTF( " %-*s %s\n", maxwidth, "-help-<option>", "print option-specific help");
1653 char help[32];
1654 snprintf(help, sizeof(help), "-help-%s", tt->name);
1655 PRINTF( " %-*s %s\n", maxwidth, help, tt->desc );
1657 PRINTF( " %-*s %s\n", maxwidth, "-help-all", "prints all help content");
1681 PRINTF( "========= help for option -%s:\n\n", oo->name );
1686 PRINTF( "========= help for -help-%s\n\n", tt->name );
1689 PRINTF( "========= top-level help\n\n" );