Merge branch '28-ros2-trace-analysis-usage-info-is-rather-verbose' into 'master'

Make ros2 trace-analysis convert usage info less verbose

Closes #28

See merge request micro-ROS/ros_tracing/tracetools_analysis!57
This commit is contained in:
Christophe Bedard 2020-03-13 22:16:10 +00:00
commit 58e4ae270a

View file

@ -33,7 +33,7 @@ def add_args(parser: argparse.ArgumentParser) -> None:
'trace_directory', 'trace_directory',
help='the path to the main trace directory') help='the path to the main trace directory')
parser.add_argument( parser.add_argument(
'-o', '--output-file-name', dest='output_file_name', '-o', '--output-file', dest='output_file_name', metavar='OUTPUT',
default=DEFAULT_CONVERT_FILE_NAME, default=DEFAULT_CONVERT_FILE_NAME,
help='the name of the output file to generate, ' help='the name of the output file to generate, '
'under $trace_directory (default: %(default)s)') 'under $trace_directory (default: %(default)s)')