feat: fixes from code review

improving a comment

FIXES: APER-2851
This commit is contained in:
Deborah Kaplan
2024-01-18 15:14:24 +00:00
parent a35a6f908e
commit b4bf07660e

View File

@@ -16,7 +16,7 @@ log = logging.getLogger(__name__)
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.