diff --git a/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml b/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml
index 1989971cc1ba1..d5c57be40155b 100644
--- a/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml
+++ b/src/Symfony/Component/Console/Tests/Fixtures/application_1.xml
@@ -5,13 +5,13 @@
help [--xml] [--format="..."] [--raw] [command_name]
Displays help for a command
The <info>help</info> command displays help for a given command:
-
+
<info>php app/console help list</info>
-
+
You can also output the help in other formats by using the <comment>--format</comment> option:
-
+
<info>php app/console help --format=xml list</info>
-
+
To display the list of available commands, please use the <info>list</info> command.
@@ -60,19 +60,19 @@
list [--xml] [--raw] [--format="..."] [namespace]
Lists commands
The <info>list</info> command lists all commands:
-
+
<info>php app/console list</info>
-
+
You can also display the commands for a specific namespace:
-
+
<info>php app/console list test</info>
-
+
You can also output the information in other formats by using the <comment>--format</comment> option:
-
+
<info>php app/console list --format=xml</info>
-
+
It's also possible to get raw list of commands (useful for embedding command runner):
-
+
<info>php app/console list --raw</info>
diff --git a/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml b/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml
index c4affaf1a02e9..9aa77bbeec098 100644
--- a/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml
+++ b/src/Symfony/Component/Console/Tests/Fixtures/application_2.xml
@@ -5,13 +5,13 @@
help [--xml] [--format="..."] [--raw] [command_name]
Displays help for a command
The <info>help</info> command displays help for a given command:
-
+
<info>php app/console help list</info>
-
+
You can also output the help in other formats by using the <comment>--format</comment> option:
-
+
<info>php app/console help --format=xml list</info>
-
+
To display the list of available commands, please use the <info>list</info> command.
@@ -60,19 +60,19 @@
list [--xml] [--raw] [--format="..."] [namespace]
Lists commands
The <info>list</info> command lists all commands:
-
+
<info>php app/console list</info>
-
+
You can also display the commands for a specific namespace:
-
+
<info>php app/console list test</info>
-
+
You can also output the information in other formats by using the <comment>--format</comment> option:
-
+
<info>php app/console list --format=xml</info>
-
+
It's also possible to get raw list of commands (useful for embedding command runner):
-
+
<info>php app/console list --raw</info>