Skip to content

Commit 92fa887

Browse files
Fix wrong descritpion for '--ignore-leaf-topics' (ros2#1344)
Signed-off-by: Barry Xu <[email protected]>
1 parent 422e754 commit 92fa887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2bag/ros2bag/verb/record.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def add_arguments(self, parser, cli_name): # noqa: D102
9595
'It has no effect if --no-discovery is enabled.')
9696
parser.add_argument(
9797
'--ignore-leaf-topics', action='store_true',
98-
help='Ignore topics without a publisher.')
98+
help='Ignore topics without a subscription.')
9999
parser.add_argument(
100100
'--qos-profile-overrides-path', type=FileType('r'),
101101
help='Path to a yaml file defining overrides of the QoS profile for specific topics.')

0 commit comments

Comments
 (0)