From 021cd119426eb9d3c9be0619538df20f673f579d Mon Sep 17 00:00:00 2001 From: Moz Morris Date: Sun, 10 Apr 2016 10:43:31 +0100 Subject: [PATCH] Fixup import docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8de0d4..ec472cd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mongo:create Create a mongo service with environment variables mongo:destroy Delete the service and stop its container if there are no links left mongo:export > Export a dump of the mongo service database mongo:expose [port] Expose a mongo service on custom port if provided (random port otherwise) -mongo:import Import a dump into the mongo service database +mongo:import < Import a dump into the mongo service database mongo:info Print the connection information mongo:link Link the mongo service to the app mongo:list List all mongo services