From 596f3d9653d1a5ae60297201c213f21d08331e5b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 11 Nov 2018 00:19:41 +0000 Subject: [PATCH] pock: Actually, the word `check' isn't optional. Fix the usage synopsis. The manpage has this right. --- pock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.11.0