[Console] Fix whitespaces in fixture

This commit is contained in:
Nicolas Grekas 2015-09-19 22:40:41 +02:00
parent c4bb79a794
commit da29357d49
2 changed files with 131 additions and 131 deletions

View File

@ -13,7 +13,7 @@
<info>php app/console help --format=xml list</info>
To display the list of available commands, please use the &lt;info&gt;list&lt;/info&gt; command.</help>
<aliases />
<aliases/>
<arguments>
<argument name="command_name" is_required="0" is_array="0">
<description>The command name</description>
@ -55,7 +55,7 @@
<description>Do not ask any interactive question</description>
</option>
</options>
</command>
</command>
<command id="list" name="list">
<usage>list [--xml] [--raw] [--format="..."] [namespace]</usage>
<description>Lists commands</description>
@ -93,7 +93,7 @@
<defaults/>
</option>
</options>
</command>
</command>
<command id="foo:bar" name="foo:bar">
<usage>foo:bar</usage>
<description>The foo:bar command</description>
@ -125,7 +125,7 @@
<description>Do not ask any interactive question</description>
</option>
</options>
</command>
</command>
</commands>
<namespaces>
<namespace id="_global">

View File

@ -32,6 +32,6 @@
<description>Do not ask any interactive question</description>
</option>
</options>
</command>
</command>
</commands>
</symfony>