8000 Minor reword · symfony/symfony-docs@1aad365 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aad365

Browse files
committed
Minor reword
1 parent 99f9e3f commit 1aad365

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

console/input.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,9 @@ option definition as an example::
237237
'Should I yell while greeting?'
238238
);
239239

240-
We want to use this option in 3 ways: ``--yell``, ``yell=louder``, and not
241-
passing the option at all; however, the task of distinguishing between when
242-
the option was used without a value (``greet --yell``) or when it wasn't used
243-
at all (``greet``) it's a bit impervious.
240+
This option can be used in 3 ways: ``--yell``, ``yell=louder``, and not passing
241+
the option at all. However, it's hard to distinguish between passing the option
242+
without a value (``greet --yell``) and not passing the option (``greet``).
244243

245244
To solve this issue, you have to set the option's default value to ``false``::
246245

0 commit comments

Comments
 (0)
0