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.