Update misc/scripts/stageoverlap.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anders Schack-Mulligen
2025-03-31 11:28:29 +02:00
committed by GitHub
parent 8a67e4fddc
commit 9a8ab2d45b

View File

@@ -6,7 +6,7 @@ import re
# read first argument
if len(sys.argv) < 2:
print("Usage: stagestats.py <dil>")
print("Usage: stageoverlap.py <dil>")
sys.exit(1)
dilfile = sys.argv[1]