Skip to content
Snippets Groups Projects
Unverified Commit 175fbac2 authored by Sofiya Semenova's avatar Sofiya Semenova Committed by GitHub
Browse files

Merge pull request #18235 from edx/sofiya/mgmt-name

Changed comment in recalculate_learner_grades
parents 3b407876 1bb134b0
Branches
Tags release-2020-07-02-00.53
No related merge requests found
......@@ -15,7 +15,7 @@ from lms.djangoapps.grades.tasks import recalculate_course_and_subsection_grades
class Command(BaseCommand):
"""
Example usage:
$ ./manage.py lms recalculate_learner_course_grades learner_courses_to_recalculate.csv
$ ./manage.py lms recalculate_learner_grades learner_courses_to_recalculate.csv
"""
help = 'Recalculates a user\'s grades for a course, for every user in a csv of (user, course) pairs'
......
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