Update of /cvsroot/boost/boost/libs/asio/example/http/server
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19224/server

Modified Files:
        win_main.cpp 
Log Message:
Fix usage message.


Index: win_main.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/server/win_main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- win_main.cpp        4 Jan 2007 05:53:05 -0000       1.4
+++ win_main.cpp        7 Apr 2007 08:57:15 -0000       1.5
@@ -43,9 +43,9 @@
     {
       std::cerr << "Usage: http_server <address> <port> <doc_root>\n";
       std::cerr << "  For IPv4, try:\n";
-      std::cerr << "    receiver 0.0.0.0 80 .\n";
+      std::cerr << "    http_server 0.0.0.0 80 .\n";
       std::cerr << "  For IPv6, try:\n";
-      std::cerr << "    receiver 0::0 80 .\n";
+      std::cerr << "    http_server 0::0 80 .\n";
       return 1;
     }
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to