8000 Tweaks proposed by reviewers · symfony/symfony-docs@570473d · GitHub
[go: up one dir, main page]

Skip to content

Commit 570473d

Browse files
committed
Tweaks proposed by reviewers
1 parent bab5247 commit 570473d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console/input.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ how many times in a row the message should be printed::
134134
$this
135135
// ...
136136
->addOption(
137-
// this is the name that users must type to pass this option
137+
// this is the name that users must type to pass this option (e.g. --iterations=5)
138138
'iterations',
139-
// this is the shortcut of the option name, which usually is just a letter
139+
// this is the optional shortcut of the option name, which usually is just a letter
140140
// (e.g. `i`, so users pass it as `-i`); use it for commonly used options
141141
// or options with long names
142142
null,

0 commit comments

Comments
 (0)
0