Changed 'all langs' to 'all languages' in the pokedex dump -h text, which should flow better

This commit is contained in:
OpulentOwl 2022-04-04 00:32:24 -04:00
parent 887b76a63d
commit ed9afcb214
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def create_parser():
help="directory to place the dumped CSV files")
cmd_dump.add_argument(
'-l', '--langs', dest='langs', default=None,
help="comma-separated list of language codes to load, 'none', or 'all' (default: all langs)")
help="comma-separated list of language codes to load, 'none', or 'all' (default: all languages)")
cmd_dump.add_argument(
'tables', nargs='*',
help="list of database tables to load (default: all)")