pock: Add the `-s' option to the usage synopsis.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:44:31 +0000 (11:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 10:46:09 +0000 (11:46 +0100)
pock

diff --git a/pock b/pock
index cb4497b..ff62d8b 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]''',