mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
Tools: waf help output shows --define under build
This commit is contained in:
parent
d6488eb030
commit
96e17f18cc
@ -591,16 +591,16 @@ arducopter and upload it to my board".
|
|||||||
help='''Override board type check and continue loading. Same as using uploader.py --force.
|
help='''Override board type check and continue loading. Same as using uploader.py --force.
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
g.add_option('--define',
|
||||||
|
action='append',
|
||||||
|
help='Add C++ define to build.')
|
||||||
|
|
||||||
g = opt.ap_groups['check']
|
g = opt.ap_groups['check']
|
||||||
|
|
||||||
g.add_option('--check-verbose',
|
g.add_option('--check-verbose',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Output all test programs.')
|
help='Output all test programs.')
|
||||||
|
|
||||||
g.add_option('--define',
|
|
||||||
action='append',
|
|
||||||
help='Add C++ define to build.')
|
|
||||||
|
|
||||||
g = opt.ap_groups['clean']
|
g = opt.ap_groups['clean']
|
||||||
|
|
||||||
g.add_option('--clean-all-sigs',
|
g.add_option('--clean-all-sigs',
|
||||||
|
Loading…
Reference in New Issue
Block a user