Skip to content

Commit

Permalink
Remove uncessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Nov 3, 2020
1 parent cc8aba6 commit ade634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download [the latest release from GitHub](https://github.com/mpchadwick/dbanon/r
`dbanon` reads from `stdin` and writes to `stdout`.

```
mysqldump mydb | dbanon -config=myconfig.yml | gzip > mydb.sql.gz
mysqldump mydb | dbanon -config=myconfig.yml | gzip > mydb.sql.gz
```

The `-config` flag can use bundled configurations or point to the path of a custom configuration file.
Expand Down

0 comments on commit ade634a

Please sign in to comment.