Skip to content

Commit

Permalink
fixed formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjgreen authored Apr 10, 2017
1 parent 22d7639 commit 7307c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ db-sync --user root --password mypass 127.0.0.1 111.222.3.44:13306 web.customers

##### Example 2

Sync the table `web.customers` from one host to another, deleting rows from the target that no longer exist on the source:
Use the SHA1 hash.
Sync the table `web.customers` from one host to another, deleting rows from the target that no longer exist on the source (using SHA1 hash for comparison):
~~~~
db-sync --user root --password mypass --hash sha1 --delete 127.0.0.1 111.222.3.44 web.customers
~~~~
Expand Down

0 comments on commit 7307c4b

Please sign in to comment.