mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Update src/registrar/management/commands/load_transition_domain.py
Co-authored-by: Neil MartinsenBurrell <neil.martinsen-burrell@gsa.gov>
This commit is contained in:
parent
487d2586fd
commit
c3b38fedad
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue