mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Modified the help text for the -l argument for the dump command. It now states the default is all languages rather than en.
This commit is contained in:
parent
cc483e1877
commit
3bae63050a
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: en)")
|
help="comma-separated list of language codes to load, 'none', or 'all' (default: all langs)")
|
||||||
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