Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sethreno committed Sep 4, 2013
1 parent 3eaf9e6 commit dd98c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Schemazen has two commands:

**script**

schemazen.exe script "server=localhost;database=db;trusted_connection=yes;" c:\somedir
schemazen.exe script --server localhost --database db --scriptDir c:\somedir

This will generate sql scripts for all objects in the database in the
following directory structure:
Expand All @@ -20,7 +20,7 @@ following directory structure:

**create**

schemazen.exe create c:\somedir "server=localhost;database=db;trusted_connection=yes;"
schemazen.exe create --server localhost --database db --scriptDir c:\somedir

This will create a database named db from the sql scripts in c:\somedir.

0 comments on commit dd98c40

Please sign in to comment.