diff --git a/README.md b/README.md index d258241..4a59e44 100644 --- a/README.md +++ b/README.md @@ -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: