You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2015/10/20 02:17:36 UTC

mesos git commit: Fixed capitalization of 'agent'.

Repository: mesos
Updated Branches:
  refs/heads/master 4f845eac6 -> 8355bc7fb


Fixed capitalization of 'agent'.


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

Branch: refs/heads/master
Commit: 8355bc7fb7d86ece6f384541d8d55bb8c3e71d07
Parents: 4f845ea
Author: Michael Park <mp...@apache.org>
Authored: Mon Oct 19 17:17:27 2015 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Mon Oct 19 17:17:27 2015 -0700

----------------------------------------------------------------------
 src/slave/flags.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8355bc7f/src/slave/flags.cpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index 6be04c9..1362dce 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -166,7 +166,7 @@ mesos::internal::slave::Flags::Flags()
       "exists on the agent).\n"
       "If the user does not exist, an error occurs and the task will fail.\n"
       "If set to `false`, tasks will be run as the same user as the Mesos\n"
-      "Agent process.",
+      "agent process.",
       true);
 
   add(&Flags::frameworks_home,