utils/split-pieces: Report the correct command-line syntax.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 19 Oct 2017 23:36:31 +0000 (00:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 19 Oct 2017 23:37:06 +0000 (00:37 +0100)
utils/split-pieces

index 473e2fe..1c79315 100755 (executable)
@@ -5,7 +5,7 @@ from itertools import cycle, izip
 import re as RX
 
 def bad_usage():
-  exit('usage: split-pieces { scaf WD | qf WD/N|WD,WD,... } N N ...')
+  exit('usage: split-pieces { scaf WD | qf WD/N|WD,WD,... } N N ...')
 
 ARGC = 1
 def getarg(must = True):