Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Simmer authored Nov 20, 2018
1 parent ffbef4d commit 8fb08c9
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 @@ -61,7 +61,7 @@ By default Janitor output to STDOUT for piping.

Trimming allows much smaller database dumps by reducing the data exported. It does so by only keeping every fourth row,
and allows you to completely scrub tables (e.g caches) to further reduce the size. Is as non destructive as possible,
renaming the original table beforehand (and cleaning up afterwads).
renaming the original table beforehand (and cleaning up afterwards).

```bash
./database-janitor --host=localhost:8787 --username=real --trim=true real | gzip -c > output/real_test.sql.gz
Expand Down

0 comments on commit 8fb08c9

Please sign in to comment.