Skip to content

Commit f180b1a

Browse files
committed
minor #9414 Fixed the console path in Symfony 2.7 (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed the console path in Symfony 2.7 Commits ------- a15e982 Fixed the console path in Symfony 2.7
2 parents f0469d3 + a15e982 commit f180b1a

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)