We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67e4f commit 9a8ab2dCopy full SHA for 9a8ab2d
misc/scripts/stageoverlap.py
@@ -6,7 +6,7 @@
6
7
# read first argument
8
if len(sys.argv) < 2:
9
- print("Usage: stagestats.py <dil>")
+ print("Usage: stageoverlap.py <dil>")
10
sys.exit(1)
11
12
dilfile = sys.argv[1]
0 commit comments