Skip to content

Commit 976e11a

Browse files
committed
Tweaks
1 parent 1b23779 commit 976e11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

console/input.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ There are four option variants you can use:
205205
This option accepts multiple values (e.g. ``--dir=/foo --dir=/bar``);
206206

207207
``InputOption::VALUE_NONE``
208-
Do not accept input for this option (e.g. ``--yell``). The value returned from this option will be a boolean, ``false`` if the option is not provided.
208+
Do not accept input for this option (e.g. ``--yell``). The value returned
209+
from is a boolean (``false`` if the option is not provided).
209210
This is the default behavior of options;
210211

211212
``InputOption::VALUE_REQUIRED``

0 commit comments

Comments
 (0)