Skip to content

Commit a15e982

Browse files
committed
Fixed the console path in Symfony 2.7
1 parent f0469d3 commit a15e982

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
@@ -225,7 +225,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
225225

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

0 commit comments

Comments
 (0)