mirror of https://github.com/ArduPilot/ardupilot
waf: Improve help text for network tests
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
ec2b47ba59
commit
c09352102e
4
wscript
4
wscript
|
@ -267,13 +267,13 @@ submodules at specific revisions.
|
|||
help="Enables GPS logging")
|
||||
|
||||
g.add_option('--enable-dds', action='store_true',
|
||||
help="Enable the dds client to connect with ROS2/DDS")
|
||||
help="Enable the dds client to connect with ROS2/DDS.")
|
||||
|
||||
g.add_option('--enable-networking', action='store_true',
|
||||
help="Enable the networking code")
|
||||
|
||||
g.add_option('--enable-networking-tests', action='store_true',
|
||||
help="Enable the networking test code")
|
||||
help="Enable the networking test code. Automatically enables networking.")
|
||||
|
||||
g.add_option('--enable-dronecan-tests', action='store_true',
|
||||
default=False,
|
||||
|
|
Loading…
Reference in New Issue