overview.xml: clarify wording

This commit is contained in:
Vladimir Prus
2025-09-13 10:38:35 +01:00
committed by GitHub
parent 6b2bc88964
commit 902aaedaaa
+1 -1
View File
@@ -185,7 +185,7 @@ desc.add_options()
("email", value<string>()->multitoken(), "email to send to")
;
</programlisting>
For the first parameter, we specify only the name and the
For the first option, we specify only the name and the
description. No value can be specified in the parsed source.
For the second option, the user must specify a value, using a single
token. For the third option, the user may either provide a single token