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:
commit
58e4ae270a
1 changed files with 1 additions and 1 deletions
|
@ -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)')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue