chiark
/
gitweb
/
~mdw
/
xyla
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9d981
)
soak (Options.__init__): Split overly long line.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Sep 2024 19:28:55 +0000
(20:28 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 6 Sep 2024 19:28:55 +0000
(20:28 +0100)
soak
patch
|
blob
|
blame
|
history
diff --git
a/soak
b/soak
index ad8eb1eb18623336810886693702e5441a47e7a0..b8ba7338d3d23b8774258f10a3ab9789280025f4 100755
(executable)
--- a/
soak
+++ b/
soak
@@
-97,7
+97,8
@@
class Collection (object):
class Options (object):
def __init__(me):
op = OP.OptionParser\
- (usage = "%prog [-y] [-c STEPS] [-f FILE] [-l LIMIT] [-n STEPS] PROG")
+ (usage = "%prog [-y] [-c STEPS] [-f FILE] [-l LIMIT] "
+ "[-n STEPS] PROG")
for short, long, kw in \
[("-c", "--ckpt-steps",
dict(type = "int", metavar = "STEPS",