Skip to content

Commit 64e2972

Browse files
Barry-Xu-2018MichaelOrlovfujitatomoya
authored
Fix the description of paramter '--topics' for play (#1426)
* Fix the description of paramter '--topics' for play Signed-off-by: Barry Xu <[email protected]> * Adjust description for the player's --topics parameter Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Tomoya.Fujita <[email protected]> * Address comments Signed-off-by: Barry Xu <[email protected]> --------- Signed-off-by: Barry Xu <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]> Co-authored-by: Tomoya.Fujita <[email protected]>
1 parent bf4038d commit 64e2972

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ros2bag/ros2bag/verb/play.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ def add_arguments(self, parser, cli_name): # noqa: D102
5050
help='rate at which to play back messages. Valid range > 0.0.')
5151
parser.add_argument(
5252
'--topics', type=str, default=[], nargs='+',
53-
help='topics to replay, separated by space. If none specified, all topics will be '
54-
'replayed.')
53+
help='Space-delimited list of topics to play.')
5554
parser.add_argument(
5655
'-e', '--regex', default='',
5756
help='filter topics by regular expression to replay, separated by space. If none '

0 commit comments

Comments
 (0)