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 2016/10/31 11:17:28 UTC

mesos git commit: Updated the stale comment in agent flags.

Repository: mesos
Updated Branches:
  refs/heads/master 96f48e012 -> 96686ce6b


Updated the stale comment in agent flags.

The health-check binary does not exist anymore.


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

Branch: refs/heads/master
Commit: 96686ce6bdd694d17a4dbf80e8d0eab2ad665bec
Parents: 96f48e0
Author: Alexander Rukletsov <al...@apache.org>
Authored: Mon Oct 31 12:18:09 2016 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Mon Oct 31 12:18:09 2016 +0100

----------------------------------------------------------------------
 src/slave/flags.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/96686ce6/src/slave/flags.cpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index e837cfc..76609f9 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -223,9 +223,8 @@ mesos::internal::slave::Flags::Flags()
 
   add(&Flags::launcher_dir, // TODO(benh): This needs a better name.
       "launcher_dir",
-      "Directory path of Mesos binaries. Mesos looks for the health-check,\n"
-      "fetcher, containerizer, and executor binary files under this\n"
-      "directory.",
+      "Directory path of Mesos binaries. Mesos looks for the fetcher,\n"
+      "containerizer, and executor binary files under this directory.",
       PKGLIBEXECDIR);
 
   add(&Flags::hadoop_home,