mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add usage text for --safe.
This commit is contained in:
parent
9340f24ae4
commit
b9a54c63d8
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ System options:
|
||||||
|
|
||||||
Load options:
|
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.
|
||||||
-r|--recursive Load (and drop) all dependent tables.
|
-r|--recursive Load (and drop) all dependent tables.
|
||||||
|
|
||||||
Additionally, load and dump accept a list of table names (possibly with
|
Additionally, load and dump accept a list of table names (possibly with
|
||||||
|
|
Loading…
Reference in a new issue