mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 13:06:30 +02:00
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:
commit
02f833c468
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue