From d0a00c5a822b14607d4dec1740adc814b49d4701 Mon Sep 17 00:00:00 2001 From: Sam Clarke Date: Thu, 29 Oct 2015 12:29:28 -0700 Subject: [PATCH] update README.md -> arg for export command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f0411..ed71445 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ postgres:clone Create container then copy data fro postgres:connect Connect via psql to a postgres service postgres:create Create a postgres service postgres:destroy Delete the service and stop its container if there are no links left -postgres:export Export a dump of the postgres service database +postgres:export > Export a dump of the postgres service database postgres:expose [port] Expose a postgres service on custom port if provided (random port otherwise) postgres:import < Import a dump into the postgres service database postgres:info Print the connection information