From bfc0e24c88fb619ca841448772edd0f26dfe47ef Mon Sep 17 00:00:00 2001 From: William DURAND Date: Fri, 2 Sep 2011 16:00:29 +0200 Subject: [PATCH] [command] Fixed help for load-fixtures command --- Command/LoadFixturesCommand.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Command/LoadFixturesCommand.php b/Command/LoadFixturesCommand.php index 8bbcdb1..e6dd150 100644 --- a/Command/LoadFixturesCommand.php +++ b/Command/LoadFixturesCommand.php @@ -80,8 +80,14 @@ XML fixtures files are the same XML files you can get with the command pro YAML fixtures are: \Awesome\Object: - Title: My title - MyFoo: bar + o1: + Title: My title + MyFoo: bar + +\Awesome\Related: + r1: + ObjectId: o1 + Description: Hello world ! EOT )