Update README.md -> <file> arg for export command

This commit is contained in:
Jose Diaz-Gonzalez
2015-10-29 15:56:35 -04:00
parent a7142aeb23
commit cfb9fa2499

View File

@@ -26,7 +26,7 @@ mysql:clone <name> <new-name> Create container <new-name> then copy data from <
mysql:connect <name> Connect via mysql to a mysql service mysql:connect <name> Connect via mysql to a mysql service
mysql:create <name> Create a mysql service mysql:create <name> Create a mysql service
mysql:destroy <name> Delete the service and stop its container if there are no links left mysql:destroy <name> Delete the service and stop its container if there are no links left
mysql:export <name> Export a dump of the mysql service database mysql:export <name> > <file> Export a dump of the mysql service database
mysql:expose <name> [port] Expose a mysql service on custom port if provided (random port otherwise) mysql:expose <name> [port] Expose a mysql service on custom port if provided (random port otherwise)
mysql:import <name> < <file> Import a dump into the mysql service database mysql:import <name> < <file> Import a dump into the mysql service database
mysql:info <name> Print the connection information mysql:info <name> Print the connection information