Author: noel
Date: 2010-03-31 15:53:45 +0200 (Wed, 31 Mar 2010)
New Revision: 28922

Modified:
   plugins/sfDoctrineGuardPlugin/trunk/lib/task/sfGuardCreateUserTask.class.php
Log:
[sfDoctrineGuardPlugin] fixed guard:create-user documentation

Modified: 
plugins/sfDoctrineGuardPlugin/trunk/lib/task/sfGuardCreateUserTask.class.php
===================================================================
--- 
plugins/sfDoctrineGuardPlugin/trunk/lib/task/sfGuardCreateUserTask.class.php    
    2010-03-31 13:41:22 UTC (rev 28921)
+++ 
plugins/sfDoctrineGuardPlugin/trunk/lib/task/sfGuardCreateUserTask.class.php    
    2010-03-31 13:53:45 UTC (rev 28922)
@@ -45,7 +45,7 @@
     $this->detailedDescription = <<<EOF
 The [guard:create-user|INFO] task creates a user:
 
-  [./symfony guard:create-user fabien password|INFO]
+  [./symfony guard:create-user [email protected] fabien password Fabien 
POTENCIER|INFO]
 EOF;
   }
 
@@ -68,4 +68,4 @@
 
     $this->logSection('guard', sprintf('Create user "%s"', 
$arguments['username']));
   }
-}
+}
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to