Skip to content

Commit 2b26570

Browse files
committed
Updated the Console path for Symfony 3
1 parent ac6e366 commit 2b26570

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 app/console --iterations 5 app:greet Fabien``
224+
command name. For example, ``php bin/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)