waf: Improve help text for network tests

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-11-15 18:19:19 -07:00 committed by Tom Pittenger
parent ec2b47ba59
commit c09352102e
1 changed files with 2 additions and 2 deletions

View File

@ -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,