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

View File

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