@@ -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================================== ===============================
172172OutputInterface::VERBOSITY_QUIET Do not output any messages
173173OutputInterface::VERBOSITY_NORMAL The default verbosity level
@@ -256,7 +256,7 @@ You can access the ``names`` argument as an array::
256256There are 3 argument variants you can use:
257257
258258=========================== ===============================================================================================================
259- Option Value
259+ Mode Value
260260=========================== ===============================================================================================================
261261InputArgument::REQUIRED The argument is required
262262InputArgument::OPTIONAL The argument is optional and therefore can be omitted