chiark / gitweb /
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 473e2fea0c92d81b3dc5e2de6ae8595b005334e6..1c793156697f38ff206d14237374810abbb6fcf4 100755 (executable)
@@ -5,7 +5,7 @@ from itertools import cycle, izip
 import re as RX
 
 def bad_usage():
 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):
 
 ARGC = 1
 def getarg(must = True):