symbolator-generator: improved help for --failed-inputs

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-25 09:45:52 +01:00
parent 35b26faa05
commit b59aafbc02
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ def main(argv):
)
parser.add_argument(
'--failed-inputs',
help='Path to files for which Symbolator failed to generate diagram',
help=('Path to an output file that will store list of files for ' +
'which the symbolator failed to create symbols'
),
type=Path
)
parser.add_argument(