From cd84f45e6aba79ada79dc7556dfb83fc61120780 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 28 Sep 2021 14:35:48 -0400 Subject: [PATCH] Change 'input_path' arg help message wording Signed-off-by: Christophe Bedard --- tracetools_analysis/tracetools_analysis/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracetools_analysis/tracetools_analysis/process.py b/tracetools_analysis/tracetools_analysis/process.py index 0df43a6..3d2b2cb 100644 --- a/tracetools_analysis/tracetools_analysis/process.py +++ b/tracetools_analysis/tracetools_analysis/process.py @@ -32,7 +32,7 @@ def add_args(parser: argparse.ArgumentParser) -> None: parser.add_argument( 'input_path', help='the path to a converted file to import and process, ' - 'or the path to a CTF directory to convert and process') + 'or the path to a trace directory to convert and process') parser.add_argument( '-f', '--force-conversion', dest='force_conversion', action='store_true', default=False,