Skip to content

Commit ac6e366

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Fixed the console path in Symfony 2.7
2 parents 2c16d07 + da836ab commit ac6e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
221221

222222
While it is possible to separate an option from its value with a white space,
223223
using this form leads to an ambiguity should the option appear before the
224-
command name. For example, ``php bin/console --iterations 5 app:greet Fabien``
224+
command name. For example, ``php app/console --iterations 5 app:greet Fabien``
225225
is ambiguous; Symfony would interpret ``5`` as the command name. To avoid
226226
this situation, always place options after the command name, or avoid using
227227
a space to separate the option name from its value.

0 commit comments

Comments
 (0)