You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/08/25 11:42:13 UTC

mesos git commit: Fixed the mention of default ports in 'configuration.md'.

Repository: mesos
Updated Branches:
  refs/heads/master 9735aebcd -> 1d980ad06


Fixed the mention of default ports in 'configuration.md'.

Review: https://reviews.apache.org/r/60647/


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

Branch: refs/heads/master
Commit: 1d980ad0659579eaf6ced686a6c31054e5ea6845
Parents: 9735aeb
Author: Jan Schlicht <ja...@mesosphere.io>
Authored: Fri Aug 25 13:41:42 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Aug 25 13:41:42 2017 +0200

----------------------------------------------------------------------
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1d980ad0/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 9925262..9cadf0f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -197,7 +197,7 @@ alternate HTTP authenticator module using <code>--modules</code>.
   </td>
   <td>
 IP address to listen on. This cannot be used in conjunction
-with <code>--ip_discovery_command</code>. (master default: 5050; agent default: 5051)
+with <code>--ip_discovery_command</code>.
   </td>
 </tr>
 <tr>
@@ -299,7 +299,7 @@ manifest files). Cannot be used in conjunction with <code>--modules</code>.
     --port=VALUE
   </td>
   <td>
-Port to listen on.
+Port to listen on. (master default: 5050; agent default: 5051)
   </td>
 </tr>
 <tr>