From: Mark Wooding Date: Sun, 11 Nov 2018 00:19:41 +0000 (+0000) Subject: pock: Actually, the word `check' isn't optional. X-Git-Tag: 1.3.0~13 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/596f3d9653d1a5ae60297201c213f21d08331e5b?ds=inline pock: Actually, the word `check' isn't optional. Fix the usage synopsis. The manpage has this right. --- diff --git a/pock b/pock index 46cde4d..053cb36 100644 --- a/pock +++ b/pock @@ -1007,7 +1007,7 @@ def __main__(): pock [-qv] CMD ARGS... gen NBITS ll NBITS NSUBBITS - [check] [FILE]''', + check [FILE]''', description = 'Generate or verify certified prime numbers.') op.add_option('-v', '--verbose', dest = 'verbosity', action = 'count', default = 1,