Update README.md

This commit is contained in:
barncastle
2021-04-20 09:06:10 +01:00
committed by GitHub
parent 0d889a4bb9
commit 9a5bc707d0

View File

@@ -23,7 +23,7 @@ A command line tool for exporting World of Warcraft's various DB files to SQL an
Exporting the current directory to SQL with foreign keys and table drop:
`MyDBC.exe --c "Server=localhost;Database=test;Uid=root;Pwd=;" --drop true --fk`
`MyDBC.exe --c "Server=localhost;Database=test;Uid=root;Pwd=;" --drop --fk`
Exporting the current directory to CSV: