symbolator-generator: improved help for --failed-inputs
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
35b26faa05
commit
b59aafbc02
|
@ -56,7 +56,9 @@ def main(argv):
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--failed-inputs',
|
'--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
|
type=Path
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Reference in New Issue