chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fa96502
)
pock: Add the `-s' option to the usage synopsis.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:44:31 +0000
(11:44 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:46:09 +0000
(11:46 +0100)
pock
patch
|
blob
|
blame
|
history
diff --git
a/pock
b/pock
index cb4497bbc18154b6f2ea8917a5c9fe0a38e0c41d..ff62d8b61156ef4409000c25a9f3a2f17f5b482b 100644
(file)
--- a/
pock
+++ b/
pock
@@
-1004,7
+1004,7
@@
def __main__():
## Prepare an option parser.
op = OP.OptionParser(
usage = '''\
-pock [-qv] CMD ARGS...
+pock [-qv]
[-s SIEVEBITS]
CMD ARGS...
gen NBITS
ll NBITS NSUBBITS
check [FILE]''',