Skip to content

Commit 047cb63

Browse files
committed
Correct -E help
1 parent ec0a493 commit 047cb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def get_args(argv):
245245
action="store_true",
246246
dest="supported_ides_html",
247247
default=False,
248-
help="writes tools/export/README.md"
248+
help="Generate a markdown version of the results of -S in README.md"
249249
)
250250

251251
parser.add_argument(
@@ -316,7 +316,7 @@ def main():
316316
print(mcu_ide_list())
317317
elif options.supported_ides_html:
318318
html = mcu_ide_matrix(verbose_html=True)
319-
with open("./export/README.md", "w") as readme:
319+
with open("README.md", "w") as readme:
320320
readme.write("Exporter IDE/Platform Support\n")
321321
readme.write("-----------------------------------\n")
322322
readme.write("\n")

0 commit comments

Comments
 (0)