Merge branch 'hotgov/3585-update-existing-public-contacts' of github.com:cisagov/manage.get.gov into hotgov/3585-update-existing-public-contacts

This commit is contained in:
zandercymatics 2025-03-26 09:54:08 -06:00
commit 02f833c468
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -18,7 +18,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
"--overwrite_updated_contacts", "--overwrite_updated_contacts",
action=argparse.BooleanOptionalAction, action=argparse.BooleanOptionalAction,
help=( help=(
"Loops over PublicContacts with the email 'help@get.gov' when enabled." "Loops over PublicContacts with an email of 'help@get.gov' when enabled."
"Use this setting if the record was updated in the DB but not correctly in EPP." "Use this setting if the record was updated in the DB but not correctly in EPP."
), ),
) )
@ -27,7 +27,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
"--target_domain", "--target_domain",
help=( help=(
"Updates the public contact on a given domain name (case insensitive). " "Updates the public contact on a given domain name (case insensitive). "
"Use this option to avoid doing a mass-update to every public contact record." "Use this option to avoid doing a mass-update of every public contact record."
), ),
) )