Update of /cvsroot/boost/boost/libs/program_options/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26200

Modified Files:
        howto.xml 
Log Message:
Fix typo. Closes #748

Index: howto.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/program_options/doc/howto.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- howto.xml   9 Jan 2006 09:53:20 -0000       1.12
+++ howto.xml   28 Jun 2007 06:51:48 -0000      1.13
@@ -412,7 +412,7 @@
       method of that class:
       <programlisting>
 parsed_options parsed = 
-    command_line_parser(argv, argc).options(desc).allow_unregistered().run();  
    
+    command_line_parser(argc, argv).options(desc).allow_unregistered().run();  
    
       </programlisting>
       
       For each token that looks like an option, but does not have a known 
name, 


-------------------------------------------------------------------------
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

Reply via email to