From 7952d7fb6ac76806f485801624bc00e1331923d1 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Wed, 14 Feb 2024 14:21:55 +0200 Subject: [PATCH] doc: Fixed a typo in clean up command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3b4a1..a6f309a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ chops commit-wal /path/to/persist_dir This command cleans up the committed portion of the WAL and VACUUMs the database. ```bash -chops cleanup-wal /path/to/persist_dir +chops clean-wal /path/to/persist_dir ``` ### WAL Export