diff --git a/tests/fixtures/Symfony/Components/Console/application_astext1.txt b/tests/fixtures/Symfony/Components/Console/application_astext1.txt index eff49c09c2..f2dde424cb 100644 --- a/tests/fixtures/Symfony/Components/Console/application_astext1.txt +++ b/tests/fixtures/Symfony/Components/Console/application_astext1.txt @@ -12,7 +12,7 @@ --no-interaction -n Do not ask any interactive question. Available commands: - help Displays help for a command + help Displays help for a command (?) list Lists commands foo :bar The foo:bar command (afoobar) \ No newline at end of file diff --git a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt index a0ba151c4d..2fc2457b71 100644 --- a/tests/fixtures/Symfony/Components/Console/application_asxml1.txt +++ b/tests/fixtures/Symfony/Components/Console/application_asxml1.txt @@ -11,7 +11,9 @@ You can also output the help as XML by using the <comment>--xml</comment> option: <info>./symfony help --xml test:all</info> - + + ? + The command name diff --git a/tests/fixtures/Symfony/Components/Console/application_run1.txt b/tests/fixtures/Symfony/Components/Console/application_run1.txt index e6fd68ae41..71e93817fb 100644 --- a/tests/fixtures/Symfony/Components/Console/application_run1.txt +++ b/tests/fixtures/Symfony/Components/Console/application_run1.txt @@ -12,5 +12,5 @@ Options: --no-interaction -n Do not ask any interactive question. Available commands: - help Displays help for a command + help Displays help for a command (?) list Lists commands diff --git a/tests/fixtures/Symfony/Components/Console/application_run2.txt b/tests/fixtures/Symfony/Components/Console/application_run2.txt index 6557379060..0f3103f6e1 100644 --- a/tests/fixtures/Symfony/Components/Console/application_run2.txt +++ b/tests/fixtures/Symfony/Components/Console/application_run2.txt @@ -1,6 +1,7 @@ Usage: UNKNOWN help [--xml] [-h|--help] [-q|--quiet] [-v|--verbose] [-V|--version] [-c|--color] [-n|--no-interaction] command [command_name] +Aliases: ? Arguments: command The command to execute command_name The command name (default: help)