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

Modified Files:
        overview.xml 
Log Message:
Fix typo

Index: overview.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/program_options/doc/overview.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- overview.xml        18 May 2006 06:06:18 -0000      1.19
+++ overview.xml        11 Jul 2007 18:22:57 -0000      1.20
@@ -181,7 +181,7 @@
 desc.add_options()
     ("help", "produce help message")
     ("compression", value<string>(), "compression level")
-    ("verbose", value<string>()->zero_token(), "verbosity level")
+    ("verbose", value<string>()->zero_tokens(), "verbosity level")
     ("email", value<string>()->multitoken(), "email to send to")
     ;
       </programlisting>


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