From 2e4b71e688bf01a071150d469ce989a5ac060475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Tue, 23 Apr 2024 19:08:14 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefd0a2..78b4c4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ pgsplit takes a PostgreSQL dump with multiple databases through STDIN and extracts them to the current directory, named with the database name and an .sql extension. -`pgsplit -list` prints the databases contained in the SQL dump. +`pgsplit -list` prints the database names contained in the SQL dump. `pgsplit` extracts all databases.