Add more info to trace command description

This commit is contained in:
Christophe Bedard 2019-06-24 10:48:27 +02:00
parent dd8241cc1d
commit d5767dc11a

View file

@ -21,7 +21,7 @@ from ros2trace.api import fini
class TraceCommand(CommandExtension): class TraceCommand(CommandExtension):
"""Trace ROS.""" """Trace ROS nodes to get information on their execution."""
def add_arguments(self, parser, cli_name): def add_arguments(self, parser, cli_name):
add_trace_arguments(parser) add_trace_arguments(parser)