Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments.

Signed-off-by: Fredrik Hesse <fredrik@hesse.se>
This commit is contained in:
Fredrik Hesse 2021-10-04 22:13:51 +02:00 committed by Dave Rodgman
parent cc207bc379
commit 0ec8a90d48
2 changed files with 3 additions and 1 deletions

View file

@ -467,7 +467,7 @@ if __name__ == '__main__':
def main():
"""Command line mbedtls_config.h manipulation tool."""
parser = argparse.ArgumentParser(description="""
Mbed TLS and Mbed TLS configuration file manipulation tool.
Mbed TLS configuration file manipulation tool.
""")
parser.add_argument('--file', '-f',
help="""File to read (and modify if requested).