You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 07:44:32 UTC

svn commit: r1131884 - /incubator/mesos/trunk/src/master_main.cpp

Author: benh
Date: Sun Jun  5 05:44:32 2011
New Revision: 1131884

URL: http://svn.apache.org/viewvc?rev=1131884&view=rev
Log:
typos...

Modified:
    incubator/mesos/trunk/src/master_main.cpp

Modified: incubator/mesos/trunk/src/master_main.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/master_main.cpp?rev=1131884&r1=1131883&r2=1131884&view=diff
==============================================================================
--- incubator/mesos/trunk/src/master_main.cpp (original)
+++ incubator/mesos/trunk/src/master_main.cpp Sun Jun  5 05:44:32 2011
@@ -15,7 +15,7 @@ using namespace nexus::internal::master;
 
 void usage(const char* progName, const Configuration& conf)
 {
-  cerr << "Usage: " << progName << " [--port PORT] [--url URL] [...]" << endl
+  cerr << "Usage: " << progName << " [--port=PORT] [--url=URL] [...]" << endl
        << endl
        << "URL (used for leader election with ZooKeeper) may be one of:" << endl
        << "  zoo://host1:port1,host2:port2,..." << endl