From 9a5bc707d01b41c1e7158bf74fa784db8be4ab9b Mon Sep 17 00:00:00 2001 From: barncastle Date: Tue, 20 Apr 2021 09:06:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: