Skip to content

Commit

Permalink
Fix wrong descritpion for '--ignore-leaf-topics' (#1344) (#1345)
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Xu <barry.xu@sony.com>
(cherry picked from commit 92fa887)

Co-authored-by: Barry Xu <barry.xu@sony.com>
  • Loading branch information
mergify[bot] and Barry-Xu-2018 committed May 23, 2023
1 parent 6614acd commit 94ad7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2bag/ros2bag/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def add_arguments(self, parser, cli_name): # noqa: D102
'It has no effect if --no-discovery is enabled.')
parser.add_argument(
'--ignore-leaf-topics', action='store_true',
help='Ignore topics without a publisher.')
help='Ignore topics without a subscription.')
parser.add_argument(
'--qos-profile-overrides-path', type=FileType('r'),
help='Path to a yaml file defining overrides of the QoS profile for specific topics.')
Expand Down

0 comments on commit 94ad7ba

Please sign in to comment.