Fix process help message

This commit is contained in:
Christophe Bedard 2019-10-12 16:31:05 -07:00
parent b26fe178e2
commit 5f3be48c57

View file

@ -24,7 +24,7 @@ from tracetools_analysis.processor.ros2 import Ros2Handler
def parse_args():
parser = argparse.ArgumentParser(description='Process a file converted from a trace '
'directory and analyze the data.')
'directory and output model data.')
parser.add_argument(
'output_file_path',
help='the converted file to import')