Skip to content

Commit

Permalink
fix help text for exclude regex
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 13, 2024
1 parent 9d926e6 commit 6522f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcap_tools/src/mcap_play.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn get_non_ros_cli_args(
)
.arg(
arg!(
-x --exclude <EXCLUDE_REGEX> "exclude topics matching the follow regular expression\r(subtracts from -a or regex"
-x --exclude <EXCLUDE_REGEX> "exclude topics matching the follow regular expression (subtracts from include regex)"
)
.required(false)
)
Expand Down

0 comments on commit 6522f17

Please sign in to comment.