Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d32393

Browse filesBrowse files
committed
minor #4691 replace "or" with "," (timglabisch)
This PR was merged into the 2.3 branch. Discussion ---------- replace "or" with "," See #4405 (comment) Just spelling. Commits ------- a950888 replace "or" with ","
2 parents c5e409b + a950888 commit 8d32393
Copy full SHA for 8d32393

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ declare a one-letter shortcut that you can call with a single dash like
297297
.. tip::
298298

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.