Change 'input_path' arg help message wording

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2021-09-28 14:35:48 -04:00
parent 87bf652760
commit cd84f45e6a

View file

@ -32,7 +32,7 @@ def add_args(parser: argparse.ArgumentParser) -> None:
parser.add_argument( parser.add_argument(
'input_path', 'input_path',
help='the path to a converted file to import and process, ' 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( parser.add_argument(
'-f', '--force-conversion', dest='force_conversion', '-f', '--force-conversion', dest='force_conversion',
action='store_true', default=False, action='store_true', default=False,