From ade634a10bc282c06fecef115afbdd6661a94277 Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Mon, 2 Nov 2020 20:42:06 -0500 Subject: [PATCH] Remove uncessary space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c73c6c..dd5039f 100644 --- a/README.md +++ b/README.md @@ -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.