From b4bf07660e90e960b4e562bc8286ae68bd212b90 Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Thu, 18 Jan 2024 15:14:24 +0000 Subject: [PATCH] feat: fixes from code review improving a comment FIXES: APER-2851 --- .../certificates/management/commands/modify_cert_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/certificates/management/commands/modify_cert_template.py b/lms/djangoapps/certificates/management/commands/modify_cert_template.py index d720c628e6d6..f4ae5f64d2b6 100644 --- a/lms/djangoapps/certificates/management/commands/modify_cert_template.py +++ b/lms/djangoapps/certificates/management/commands/modify_cert_template.py @@ -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 "" --new text "

boo!

" --templates 867 3509 """ help = """Modify one or more certificate templates.