From 01bfc4f2f1ed7236b6e34e936f6add3ee8feea36 Mon Sep 17 00:00:00 2001 From: asartalo Date: Sun, 24 Apr 2011 10:38:35 +0800 Subject: [PATCH] Removed '--force' Option for the orrm:schema-tool:create command as this is not available for this command. --- en/tutorials/getting-started-xml-edition.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 4377592c5..c8e3553df 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -745,7 +745,7 @@ Doctrine command-line tool: :: doctrine@my-desktop> cd myproject/ - doctrine@my-desktop> doctrine orm:schema-tool:create --force + doctrine@my-desktop> doctrine orm:schema-tool:create .. note::