Repository: mesos
Updated Branches:
  refs/heads/master c687237e8 -> ec3318e20


Fixed style issue in master/main.cpp.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ec3318e2
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ec3318e2
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ec3318e2

Branch: refs/heads/master
Commit: ec3318e206919c242b3574115b23d45b8d9b55ae
Parents: c687237
Author: Vinod Kone <[email protected]>
Authored: Thu Aug 13 11:10:26 2015 -0700
Committer: Vinod Kone <[email protected]>
Committed: Thu Aug 13 11:10:26 2015 -0700

----------------------------------------------------------------------
 src/master/main.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ec3318e2/src/master/main.cpp
----------------------------------------------------------------------
diff --git a/src/master/main.cpp b/src/master/main.cpp
index 7d7387c..23307e8 100644
--- a/src/master/main.cpp
+++ b/src/master/main.cpp
@@ -137,7 +137,8 @@ int main(int argc, char** argv)
             "advertise_port",
             "Port advertised to reach mesos master (alongwith advertise_ip).\n"
             "Mesos master does not bind using this port.\n"
-            "However, this port (alongwith advertise_ip) may be used to access 
Mesos master.");
+            "However, this port (alongwith advertise_ip) may be used to\n"
+            "access Mesos master.");
 
   Option<string> zk;
   flags.add(&zk,

Reply via email to