Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ros2bag/ros2bag/verb/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class InfoVerb(VerbExtension):
"""ros2 bag info."""
"""Print info about a bag to the screen."""
Comment thread
jacobperron marked this conversation as resolved.
Outdated

def add_arguments(self, parser, cli_name): # noqa: D102
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion ros2bag/ros2bag/verb/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


class PlayVerb(VerbExtension):
"""ros2 bag play."""
"""Play back ROS data from a bag."""

def add_arguments(self, parser, cli_name): # noqa: D102
parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion ros2bag/ros2bag/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class RecordVerb(VerbExtension):
"""ros2 bag record."""
"""Record ROS data to a bag."""

def add_arguments(self, parser, cli_name): # noqa: D102
parser.add_argument(
Expand Down