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

Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
CuriousX 2023-10-04 14:35:53 -06:00 committed by GitHub
parent 487d2586fd
commit c3b38fedad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ class Command(BaseCommand):
parser.add_argument("--debug", action=argparse.BooleanOptionalAction)
parser.add_argument(
"--limitParse", default=0, help="Sets max number of entries to load"
"--limitParse", default=0, help="Sets max number of entries to load (0 to load all of them)"
)
parser.add_argument(