Skip to content

Commit

Permalink
Fix the description in shared memory option.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Dec 9, 2024
1 parent f4990b1 commit a1eef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-bridge-ros2dds/src/zenoh_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit a1eef43

Please sign in to comment.