From c09352102ef45b372f14532fc09dec548bd8f97c Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Wed, 15 Nov 2023 18:19:19 -0700 Subject: [PATCH] waf: Improve help text for network tests Signed-off-by: Ryan Friedman --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 393eab94c7..7f0a2e14df 100644 --- a/wscript +++ b/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,