Update src/registrar/management/commands/update_default_public_contacts.py

Co-authored-by: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
zandercymatics 2025-03-26 09:32:30 -06:00 committed by GitHub
parent 33667b0605
commit db9808ccfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
"--target_domain",
help=(
"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."
),
)