Change 'input_path' arg help message wording
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
87bf652760
commit
cd84f45e6a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue