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 help="Don't use 'expanded' versions of entries where available; "
63 action='store', help='Path to directory to use for intermediate and '
66 help='Preserve temporary output directory even if option -O is not '
69 default=False, help='Update the binman node with offset/size info')
72 help='Write out entry documentation (see entries.rst)')
74 list_parser = subparsers.add_parser('ls', help='List files in an image')
76 help='Image filename to list')
78 help='Paths within file to list (wildcard)')
81 help='Extract files from an image')
83 help='Image filename to extract')
85 help='Output filename to write to')
87 help='Path to directory to use for output files')
89 help='Paths within file to extract (wildcard)')
91 help='Output raw uncompressed data for compressed entries')
94 help='Replace entries in an image')
96 help='Input data is already compressed if needed for the entry')
98 help='Image filename to extract')
100 help='Input filename to read from')
102 help="Don't allow entries to be resized")
104 help='Path to directory to use for input files')
106 default=False, help='Output a map file for the updated image')
108 help='Paths within file to extract (wildcard)')
110 test_parser = subparsers.add_parser('test', help='Run tests')
112 help='set number of processes to use for running tests')
114 default=False, help='run tests and check for 100%% coverage')
116 help='Preserve and display test-created input directories; also '
120 help='Test names to run (omit for all)')