You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/03/11 04:15:28 UTC

[2/4] mesos git commit: Fixed comment in support/generate-endpoint-help.py.

Fixed comment in support/generate-endpoint-help.py.

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


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

Branch: refs/heads/master
Commit: 9913743f75e0b81729d7979796be8a7d65c30789
Parents: 845fa6a
Author: Kevin Klues <kl...@gmail.com>
Authored: Thu Mar 10 19:14:23 2016 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Thu Mar 10 19:14:23 2016 -0800

----------------------------------------------------------------------
 support/generate-endpoint-help.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9913743f/support/generate-endpoint-help.py
----------------------------------------------------------------------
diff --git a/support/generate-endpoint-help.py b/support/generate-endpoint-help.py
index cb60811..d42d6a9 100644
--- a/support/generate-endpoint-help.py
+++ b/support/generate-endpoint-help.py
@@ -134,7 +134,7 @@ def get_help(ip, port):
 
 
 def generalize_endpoint_id(id):
-  """Generalizes the id of the form e.g. process(id) to slave(id)."""
+  """Generalizes the id of the form e.g. process(1) to process(id)."""
   return re.sub('\([0-9]+\)', '(id)', id)