From 4c623514f669ed5496bb8adbe422f56dc2402359 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 2 Jan 2017 16:09:29 +0100 Subject: [PATCH] Fix merge --- .../Tests/Fixtures/application_mbstring.md | 24 ++----------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md b/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md index ef81f86972..22a256fae6 100644 --- a/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md +++ b/src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md @@ -14,7 +14,7 @@ help * Description: Displays help for a command * Usage: - * `help [--xml] [--format FORMAT] [--raw] [--] []` + * `help [--format FORMAT] [--raw] [--] []` The help command displays help for a given command: @@ -38,16 +38,6 @@ To display the list of available commands, please use the list comm ### Options: -**xml:** - -* Name: `--xml` -* Shortcut: -* Accept value: no -* Is value required: no -* Is multiple: no -* Description: To output help as XML -* Default: `false` - **format:** * Name: `--format` @@ -144,7 +134,7 @@ list * Description: Lists commands * Usage: - * `list [--xml] [--raw] [--format FORMAT] [--] []` + * `list [--raw] [--format FORMAT] [--] []` The list command lists all commands: @@ -174,16 +164,6 @@ It's also possible to get raw list of commands (useful for embedding command run ### Options: -**xml:** - -* Name: `--xml` -* Shortcut: -* Accept value: no -* Is value required: no -* Is multiple: no -* Description: To output list as XML -* Default: `false` - **raw:** * Name: `--raw`