Skip to content

Commit fcf3ee4

Browse files
ismail1432javiereguiluz
authored andcommitted
Change app to bin .
Change `app` to `bin` to be consistent with others examples.
1 parent 5da60eb commit fcf3ee4

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
@@ -183,7 +183,7 @@ separation at all (e.g. ``-i 5`` or ``-i5``).
183183

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

0 commit comments

Comments
 (0)