From: Mark Wooding Date: Sat, 21 Sep 2019 10:44:31 +0000 (+0100) Subject: pock: Add the `-s' option to the usage synopsis. X-Git-Tag: 1.3.0~9 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/ba2dd9e204a85b753b71df4c67aa5684e15f54b7?hp=fa965026b57359097033780fb4645bc9346f5fc6 pock: Add the `-s' option to the usage synopsis. --- diff --git a/pock b/pock index cb4497b..ff62d8b 100644 --- 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]''',