Skip to content

Commit d2b69b6

Browse files
mickaelandrieuxabbuh
authored andcommitted
Added a little sample on Option uses with "spaces"
1 parent a4f7d51 commit d2b69b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ declare a one-letter shortcut that you can call with a single dash like
295295
.. tip::
296296

297297
It is also possible to make an option *optionally* accept a value (so that
298-
``--yell`` or ``--yell=loud`` work). Options can also be configured to
298+
``--yell`` or ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to
299299
accept an array of values.
300300

301301
For example, add a new option to the command that can be used to specify

0 commit comments

Comments
 (0)