Commit 08b8a9f6 by John Jarvis

Better help message for the force-gen option

parent e09728a3
......@@ -37,8 +37,10 @@ class Command(BaseCommand):
metavar='STATUS',
dest='force',
default=False,
help='Will force generate a search for STATUS '
'(cannot be downloadable)'),
help='Will generate new certificates for only those users '
'whose entry in the certificate table matches STATUS. '
'STATUS can be generating, unavailable, deleted, error '
'or notpassing.'),
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment