Define output metavar to simplify ros2 trace-analysis convert usage info
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
7d6c51ae04
commit
d4426257bf
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