mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Changed 'all langs' to 'all languages' in the pokedex dump -h text, which should flow better
This commit is contained in:
parent
887b76a63d
commit
ed9afcb214
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def create_parser():
|
||||||
help="directory to place the dumped CSV files")
|
help="directory to place the dumped CSV files")
|
||||||
cmd_dump.add_argument(
|
cmd_dump.add_argument(
|
||||||
'-l', '--langs', dest='langs', default=None,
|
'-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(
|
cmd_dump.add_argument(
|
||||||
'tables', nargs='*',
|
'tables', nargs='*',
|
||||||
help="list of database tables to load (default: all)")
|
help="list of database tables to load (default: all)")
|
||||||
|
|
Loading…
Reference in a new issue