From 1d6f842ac7b1085a1ee289beaaee8ccaa18d360e Mon Sep 17 00:00:00 2001 From: "ChenYing Kuo (CY)" Date: Tue, 10 Dec 2024 22:16:02 +0800 Subject: [PATCH] Fix the description in shared memory option. (#355) Signed-off-by: ChenYing Kuo --- zenoh-bridge-ros2dds/src/zenoh_args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-bridge-ros2dds/src/zenoh_args.rs b/zenoh-bridge-ros2dds/src/zenoh_args.rs index 9a1e398..67615c9 100644 --- a/zenoh-bridge-ros2dds/src/zenoh_args.rs +++ b/zenoh-bridge-ros2dds/src/zenoh_args.rs @@ -62,7 +62,7 @@ pub struct CommonArgs { /// Disable the multicast-based scouting mechanism. pub no_multicast_scouting: bool, #[arg(long)] - /// Disable the multicast-based scouting mechanism. + /// Enable the shared memory mechanism. pub enable_shm: bool, }