mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add usage text for --langs
This commit is contained in:
parent
34a8070449
commit
05cca04306
1 changed files with 9 additions and 0 deletions
|
@ -301,6 +301,15 @@ Load options:
|
||||||
-D|--drop-tables Drop all tables before loading data.
|
-D|--drop-tables Drop all tables before loading data.
|
||||||
-S|--safe Disable engine-specific optimizations.
|
-S|--safe Disable engine-specific optimizations.
|
||||||
-r|--recursive Load (and drop) all dependent tables.
|
-r|--recursive Load (and drop) all dependent tables.
|
||||||
|
-l|--langs Load translations for the given languages.
|
||||||
|
By default, all available translations are loaded.
|
||||||
|
Separate multiple languages by a comma (-l en,de,fr)
|
||||||
|
|
||||||
|
Dump options:
|
||||||
|
-l|--langs Dump unofficial texts for given languages.
|
||||||
|
By default, English (en) is dumped.
|
||||||
|
Separate multiple languages by a comma (-l en,de,fr)
|
||||||
|
Use 'none' to not dump any unofficial texts.
|
||||||
|
|
||||||
Additionally, load and dump accept a list of table names (possibly with
|
Additionally, load and dump accept a list of table names (possibly with
|
||||||
wildcards) and/or csv fileames as an argument list.
|
wildcards) and/or csv fileames as an argument list.
|
||||||
|
|
Loading…
Reference in a new issue