Skip to content

Commit 8fa24cd

Browse files
committed
[Console] Changing table header at @xabbuh's suggestion
1 parent 1be4a27 commit 8fa24cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/console/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The console has 3 levels of verbosity. These are defined in the
167167
:class:`Symfony\\Component\\Console\\Output\\OutputInterface`:
168168

169169
================================== ===============================
170-
Option Value
170+
Mode Value
171171
================================== ===============================
172172
OutputInterface::VERBOSITY_QUIET Do not output any messages
173173
OutputInterface::VERBOSITY_NORMAL The default verbosity level
@@ -256,7 +256,7 @@ You can access the ``names`` argument as an array::
256256
There are 3 argument variants you can use:
257257

258258
=========================== ===============================================================================================================
259-
Option Value
259+
Mode Value
260260
=========================== ===============================================================================================================
261261
InputArgument::REQUIRED The argument is required
262262
InputArgument::OPTIONAL The argument is optional and therefore can be omitted

0 commit comments

Comments
 (0)