Lines Matching refs:help

28         help='Directory containing the build output')
30 help='Enabling debugging (provides a full traceback on error)')
32 default=False, help='Display the README file')
34 help='Add a path to the directories containing tools')
36 type=int, help='Control verbosity: 0=silent, 1=warnings, 2=notices, '
42 build_parser = subparsers.add_parser('build', help='Build firmware image')
44 help='Set argument value arg=value')
46 help='Board name to build')
48 help='Configuration file (.dtb) to use')
50 help='Use fake device tree contents (for testing only)')
52 help='Image filename to build (if not specified, build all)')
54 help='Add a path to the list of directories to use for input files')
56 default=False, help='Output a map file for each image')
58 default=False, help='Allow external blobs to be missing')
60 action='store', help='Path to directory to use for intermediate and '
63 help='Preserve temporary output directory even if option -O is not '
66 default=False, help='Update the binman node with offset/size info')
69 help='Write out entry documentation (see README.entries)')
71 list_parser = subparsers.add_parser('ls', help='List files in an image')
73 help='Image filename to list')
75 help='Paths within file to list (wildcard)')
78 help='Extract files from an image')
80 help='Image filename to extract')
82 help='Output filename to write to')
84 help='Path to directory to use for output files')
86 help='Paths within file to extract (wildcard)')
88 help='Output raw uncompressed data for compressed entries')
91 help='Replace entries in an image')
93 help='Input data is already compressed if needed for the entry')
95 help='Image filename to extract')
97 help='Input filename to read from')
99 help="Don't allow entries to be resized")
101 help='Path to directory to use for input files')
103 default=False, help='Output a map file for the updated image')
105 help='Paths within file to extract (wildcard)')
107 test_parser = subparsers.add_parser('test', help='Run tests')
109 help='set number of processes to use for running tests')
111 default=False, help='run tests and check for 100%% coverage')
113 help='Preserve and display test-created input directories; also '
117 help='Test names to run (omit for all)')