1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Use a script specific description in CLI help

Previous changes used the docstring of the test_generation module,
which does not inform a user about the script.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
Werner Lewis
2022-09-16 17:03:54 +01:00
parent 07c830c164
commit c2fb540c67
3 changed files with 5 additions and 5 deletions

View File

@ -917,4 +917,4 @@ class PSATestGenerator(test_generation.TestGenerator):
super().generate_target(name, self.info)
if __name__ == '__main__':
test_generation.main(sys.argv[1:], PSATestGenerator)
test_generation.main(sys.argv[1:], __doc__, PSATestGenerator)