[Console] fixed tests

This commit is contained in:
Fabien Potencier 2010-04-17 14:57:05 +02:00
parent 4933ddd6a8
commit d6ee2b2513
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@
<description>Displays help for a command</description>
<help>The &lt;info&gt;help&lt;/info&gt; command displays help for a given command:
&lt;info&gt;./symfony help test:all&lt;/info&gt;
&lt;info&gt;./symfony help list&lt;/info&gt;
You can also output the help as XML by using the &lt;comment&gt;--xml&lt;/comment&gt; option:
&lt;info&gt;./symfony help --xml test:all&lt;/info&gt;</help>
&lt;info&gt;./symfony help --xml list&lt;/info&gt;</help>
<aliases>
<alias>?</alias>
</aliases>

View File

@ -18,9 +18,9 @@ Options:
Help:
The help command displays help for a given command:
./symfony help test:all
./symfony help list
You can also output the help as XML by using the --xml option:
./symfony help --xml test:all
./symfony help --xml list