diff --git a/src/registrar/management/commands/load_organization_data.py b/src/registrar/management/commands/load_organization_data.py index 618e700b0..122795400 100644 --- a/src/registrar/management/commands/load_organization_data.py +++ b/src/registrar/management/commands/load_organization_data.py @@ -55,7 +55,7 @@ class Command(BaseCommand): parser.add_argument("--directory", default="migrationdata", help="Desired directory") def handle(self, migration_json_filename, **options): - """Load organization address data into the TransitionDomain + """Load organization address data into the TransitionDomain and DomainInformation tables by using the organization adhoc file and domain_additional file""" # Parse JSON file options = self.load_json_settings(options, migration_json_filename)