1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Correct documentation

This commit is contained in:
Darryl Green
2019-04-12 15:17:02 +01:00
parent 492bc402a3
commit f67e349863

View File

@ -37,10 +37,10 @@ class AbiChecker(object):
old_version: RepoVersion containing details to compare against
new_version: RepoVersion containing details to check
report_dir: directory for output files
keep_all_reports: if false, delete old reports
brief: if true, output shorter report to stdout
skip_file: path to file containing symbols and types to skip
configuration.report_dir: directory for output files
configuration.keep_all_reports: if false, delete old reports
configuration.brief: if true, output shorter report to stdout
configuration.skip_file: path to file containing symbols and types to skip
"""
self.repo_path = "."
self.log = None