Skip to content

Commit 4c62351

Browse files
Fix merge
1 parent 0dbc5ce commit 4c62351

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

src/Symfony/Component/Console/Tests/Fixtures/application_mbstring.md

+2-22
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ help
1414
* Description: Displays help for a command
1515
* Usage:
1616

17-
* `help [--xml] [--format FORMAT] [--raw] [--] [<command_name>]`
17+
* `help [--format FORMAT] [--raw] [--] [<command_name>]`
1818

1919
The <info>help</info> command displays help for a given command:
2020

@@ -38,16 +38,6 @@ To display the list of available commands, please use the <info>list</info> comm
3838

3939
### Options:
4040

41-
**xml:**
42-
43-
* Name: `--xml`
44-
* Shortcut: <none>
45-
* Accept value: no
46-
* Is value required: no
47-
* Is multiple: no
48-
* Description: To output help as XML
49-
* Default: `false`
50-
5141
**format:**
5242

5343
* Name: `--format`
@@ -144,7 +134,7 @@ list
144134
* Description: Lists commands
145135
* Usage:
146136

147-
* `list [--xml] [--raw] [--format FORMAT] [--] [<namespace>]`
137+
* `list [--raw] [--format FORMAT] [--] [<namespace>]`
148138

149139
The <info>list</info> command lists all commands:
150140

@@ -174,16 +164,6 @@ It's also possible to get raw list of commands (useful for embedding command run
174164

175165
### Options:
176166

177-
**xml:**
178-
179-
* Name: `--xml`
180-
* Shortcut: <none>
181-
* Accept value: no
182-
* Is value required: no
183-
* Is multiple: no
184-
* Description: To output list as XML
185-
* Default: `false`
186-
187167
**raw:**
188168

189169
* Name: `--raw`

0 commit comments

Comments
 (0)