Lines Matching full:help
22 help='Set argument value arg=value')
24 help='Board name to build')
26 help='Directory containing the build output')
28 help='Configuration file (.dtb) to use')
30 help='Enabling debugging (provides a full traceback on error)')
32 help='Write out entry documentation (see README.entries)')
34 help='Use fake device tree contents (for testing only)')
36 help='Image filename to build (if not specified, build all)')
38 help='Add a path to a directory to use for input files')
39 parser.add_option('-H', '--full-help', action='store_true',
40 default=False, help='Display the README file')
42 default=False, help='Output a map file for each image')
44 action='store', help='Path to directory to use for intermediate and '
47 help='Preserve temporary output directory even if option -O is not '
50 help='set number of processes to use for running tests')
52 default=False, help='run tests')
54 default=False, help='run tests and check for 100% coverage')
56 default=False, help='Update the binman node with offset/size info')
58 type='int', help='Control verbosity: 0=silent, 1=progress, 3=full, '