From cfb9fa24993a169cc9f11391cfc4c3a57543d93d Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 29 Oct 2015 15:56:35 -0400 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 5251205..7983646 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ mysql:clone Create container then copy data from < mysql:connect Connect via mysql to a mysql service mysql:create Create a mysql service mysql:destroy Delete the service and stop its container if there are no links left -mysql:export Export a dump of the mysql service database +mysql:export > Export a dump of the mysql service database mysql:expose [port] Expose a mysql service on custom port if provided (random port otherwise) mysql:import < Import a dump into the mysql service database mysql:info Print the connection information