diff --git a/lms/djangoapps/certificates/management/commands/ungenerated_certs.py b/lms/djangoapps/certificates/management/commands/ungenerated_certs.py index 47d64a7685..071b2c261b 100644 --- a/lms/djangoapps/certificates/management/commands/ungenerated_certs.py +++ b/lms/djangoapps/certificates/management/commands/ungenerated_certs.py @@ -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.'), )