Skip to content

Commit 902aaed

Browse files
authored
overview.xml: clarify wording
1 parent 6b2bc88 commit 902aaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ desc.add_options()
185185
("email", value<string>()->multitoken(), "email to send to")
186186
;
187187
</programlisting>
188-
For the first parameter, we specify only the name and the
188+
For the first option, we specify only the name and the
189189
description. No value can be specified in the parsed source.
190190
For the second option, the user must specify a value, using a single
191191
token. For the third option, the user may either provide a single token

0 commit comments

Comments
 (0)