Fix process help message
This commit is contained in:
parent
b26fe178e2
commit
5f3be48c57
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ from tracetools_analysis.processor.ros2 import Ros2Handler
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser(description='Process a file converted from a trace '
|
parser = argparse.ArgumentParser(description='Process a file converted from a trace '
|
||||||
'directory and analyze the data.')
|
'directory and output model data.')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'output_file_path',
|
'output_file_path',
|
||||||
help='the converted file to import')
|
help='the converted file to import')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue