Update README.md

This commit is contained in:
Magnus Åhall 2024-04-23 19:08:14 +00:00
parent 45ccbe091c
commit 2e4b71e688

View File

@ -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.