Skip to content

Commit 9a8ab2d

Browse files
aschackmullCopilot
andauthoredMar 31, 2025··
Update misc/scripts/stageoverlap.py
Co-authored-by: Copilot <[email protected]>
1 parent 8a67e4f commit 9a8ab2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎misc/scripts/stageoverlap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# read first argument
88
if len(sys.argv) < 2:
9-
print("Usage: stagestats.py <dil>")
9+
print("Usage: stageoverlap.py <dil>")
1010
sys.exit(1)
1111

1212
dilfile = sys.argv[1]

0 commit comments

Comments
 (0)
Please sign in to comment.