From 2b240d873b414c017e1a49be173c7cee4dfd7ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 23 Apr 2024 19:08:44 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b4c4d..acea589 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ pgsplit takes a PostgreSQL dump with multiple databases through STDIN and extrac `pgsplit` extracts all databases. `pgsplit -include-all -except foo -except bar` extracts all databases except for foo and bar. + `pgsplit -exclude-all -except foo -except bar` extracts only databases foo and bar.