Better help message for the force-gen option

This commit is contained in:
John Jarvis
2013-01-17 14:36:08 -05:00
parent e09728a3b2
commit 08b8a9f674

View File

@@ -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.'),
)