diff --git a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt index bf82a6f8bd..d08576adf0 100644 --- a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt +++ b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt @@ -6,11 +6,11 @@ Displays help for a command The <info>help</info> command displays help for a given command: - <info>./symfony help test:all</info> + <info>./symfony help list</info> You can also output the help as XML by using the <comment>--xml</comment> option: - <info>./symfony help --xml test:all</info> + <info>./symfony help --xml list</info> ? diff --git a/tests/fixtures/Symfony/Components/Console/application_run2.txt b/tests/fixtures/Symfony/Components/Console/application_run2.txt index dd53bb9cb9..300815bc7e 100644 --- a/tests/fixtures/Symfony/Components/Console/application_run2.txt +++ b/tests/fixtures/Symfony/Components/Console/application_run2.txt @@ -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