Lines Matching refs:help

25                                            help='Extract files from an image')
27 help='Select an alternative format for extracted data')
29 help='Image filename to extract')
31 help='Output filename to write to')
33 help='Path to directory to use for output files')
35 help='Paths within file to extract (wildcard)')
37 help='Output raw uncompressed data for compressed entries')
78 action='store', help='Path to directory to use for intermediate '
81 help='Preserve temporary output directory even if option -O is not '
92 help='Directory containing the build output')
94 help='Enabling debugging (provides a full traceback on error)')
96 default=False, help='Display the README file')
99 help='Set the directory to store tools')
101 help='Add a path to the list of directories containing tools')
103 default=None, help='Number of threads to use (0=single-thread)')
105 help='Use a zero timeout for section multi-threading (for testing)')
107 type=int, help='Control verbosity: 0=silent, 1=warnings, 2=notices, '
114 build_parser = subparsers.add_parser('build', help='Build firmware image')
116 help='Set argument value arg=value')
118 help='Board name to build')
120 help='Configuration file (.dtb) to use')
122 help='Use fake device tree contents (for testing only)')
124 help='Create fake ext blobs with dummy content (for testing only)')
126 help='Comma-separated list of bintools to consider missing (for testing)')
128 help='Image filename to build (if not specified, build all)')
130 help='Add a path to the list of directories to use for input files')
132 default=False, help='Output a map file for each image')
134 default=False, help='Allow external blobs and bintools to be missing')
136 help="Don't use 'expanded' versions of entries where available; "
140 default=False, help='Update the binman node with offset/size info')
142 help='Update an ELF file with the output dtb: infile,outfile,begin_sym,end_sym')
145 help='Return success even if there are missing blobs/bintools (requires -M)')
148 'bintool-docs', help='Write out bintool documentation (see bintool.rst)')
151 'entry-docs', help='Write out entry documentation (see entries.rst)')
153 list_parser = subparsers.add_parser('ls', help='List files in an image')
155 help='Image filename to list')
157 help='Paths within file to list (wildcard)')
162 help='Replace entries in an image')
164 help='Input data is already compressed if needed for the entry')
166 help='Image filename to update')
168 help='Input filename to read from')
170 help="Don't allow entries to be resized")
172 help='Path to directory to use for input files')
174 default=False, help='Output a map file for the updated image')
177 help='Paths within file to replace (wildcard)')
180 help='Sign entries in image')
182 help='Hash algorithm e.g. sha256,rsa4096')
184 help='Input filename to sign')
186 help='Image filename to update')
188 help='Private key file for signing')
190 help='Paths within file to sign (wildcard)')
193 test_parser = subparsers.add_parser('test', help='Run tests')
195 help='set number of processes to use for running tests')
197 default=False, help='run tests and check for 100%% coverage')
200 help='Preserve and display test-created input directories; also '
204 help='Test names to run (omit for all)')
206 tool_parser = subparsers.add_parser('tool', help='Check bintools')
208 help='List all known bintools')
211 help='fetch a bintool from a known location (or: all/missing)')