Skip to content

Commit e7b6f9e

Browse files
committed
fix: typo
1 parent 96136b1 commit e7b6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtfsdb/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_args(prog_name='gtfsdb-load', do_parse=True, def_db=config.DEFAULT_DATAB
5959
parser.add_argument('--ignore_postprocess', '-np', default=False, action='store_true',
6060
help="don't run any postprocess model routines (will leave some tables empty ... but will load raw gtfs data)")
6161
parser.add_argument('--ignore_blocks', '-nb', default=False, action='store_true',
62-
help="don't bother populating the derrived block table")
62+
help="don't bother populating the derived block table")
6363
if do_parse:
6464
args = parser.parse_args()
6565
kwargs = make_kwargs(args)

0 commit comments

Comments
 (0)