Correct -E help

pull/7410/head
Jimmy Brisson 2018-07-06 10:28:13 -05:00
parent ec0a4933fa
commit 047cb631e8
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ def get_args(argv):
action="store_true",
dest="supported_ides_html",
default=False,
help="writes tools/export/README.md"
help="Generate a markdown version of the results of -S in README.md"
)
parser.add_argument(
@ -316,7 +316,7 @@ def main():
print(mcu_ide_list())
elif options.supported_ides_html:
html = mcu_ide_matrix(verbose_html=True)
with open("./export/README.md", "w") as readme:
with open("README.md", "w") as readme:
readme.write("Exporter IDE/Platform Support\n")
readme.write("-----------------------------------\n")
readme.write("\n")