Skip to content

Commit 303265c

Browse files
committed
minor #10602 [CONSOLE] Change app to bin . (ismail1432)
This PR was submitted for the 4.1 branch but it was merged into the 3.4 branch instead (closes #10602). Discussion ---------- [CONSOLE] Change app to bin . Change `app` to `bin` to be consistent with others examples. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- fcf3ee4 Change app to bin .
2 parents 5da60eb + fcf3ee4 commit 303265c

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)