Add documentation

This commit is contained in:
zandercymatics 2024-04-10 09:13:48 -06:00
parent d1b85e9ca9
commit 7250e6587c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 45 additions and 1 deletions

View file

@ -33,7 +33,7 @@ class Command(BaseCommand):
parser.add_argument("--debug", action=argparse.BooleanOptionalAction)
parser.add_argument(
"domain_election_office_filename",
help=("A JSON file that holds the location and filenames" "of all the data files used for migrations"),
help=("A file that contains" " all the domains that are election offices."),
)
def handle(self, domain_election_office_filename, **kwargs):