Skip to content

Commit

Permalink
feat: fixes from code review
Browse files Browse the repository at this point in the history
improving a comment

FIXES: APER-2851
  • Loading branch information
deborahgu committed Jan 18, 2024
1 parent a35a6f9 commit b4bf076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Command(BaseCommand):
"""Management command to modify certificate templates.
Example usage:
./manage.py lms modify_cert_template --old-text
./manage.py lms modify_cert_template --old-text "</head>" --new text "<p>boo!</p></head>" --templates 867 3509
"""

help = """Modify one or more certificate templates.
Expand Down

0 comments on commit b4bf076

Please sign in to comment.