Commit 08b8a9f6 by John Jarvis

Better help message for the force-gen option

parent e09728a3
...@@ -37,8 +37,10 @@ class Command(BaseCommand): ...@@ -37,8 +37,10 @@ class Command(BaseCommand):
metavar='STATUS', metavar='STATUS',
dest='force', dest='force',
default=False, default=False,
help='Will force generate a search for STATUS ' help='Will generate new certificates for only those users '
'(cannot be downloadable)'), '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