We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2bc88 commit 902aaedCopy full SHA for 902aaed
doc/overview.xml
@@ -185,7 +185,7 @@ desc.add_options()
185
("email", value<string>()->multitoken(), "email to send to")
186
;
187
</programlisting>
188
- For the first parameter, we specify only the name and the
+ For the first option, we specify only the name and the
189
description. No value can be specified in the parsed source.
190
For the second option, the user must specify a value, using a single
191
token. For the third option, the user may either provide a single token
0 commit comments