fix legacy script name

This commit is contained in:
binhex
2025-06-01 17:38:16 +01:00
parent 1b395ce4c9
commit 5249034091

View File

@@ -22,7 +22,7 @@ def stitch_markdown_files(markdown_files, output_file="README.md"):
if __name__ == "__main__":
if len(sys.argv) < 2:
print("Usage: python stitch_markdown.py file1.md file2.md ... [fileN.md]")
print("Usage: python generate-readme.py file1.md file2.md ... [fileN.md]")
sys.exit(1)
input_files = sys.argv[1:]