Update of /cvsroot/boost/boost/libs/program_options/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27376
Modified Files:
howto.xml
Log Message:
Fix typo. Closes #749
Index: howto.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/program_options/doc/howto.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- howto.xml 28 Jun 2007 06:51:48 -0000 1.13
+++ howto.xml 28 Jun 2007 06:54:11 -0000 1.14
@@ -427,7 +427,7 @@
The function will collect original tokens for all unrecognized values,
and optionally, all found positional options.
Say, if your code handles a few options, but does not handles positional
options at all, you can use the function like this:
<programlisting>
-vector<string> to_pass_further = collect_arguments(parsed.option,
include_positional);
+vector<string> to_pass_further = collect_unrecognized(parsed.options,
include_positional);
</programlisting>
</para>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs