You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2017/11/06 11:56:37 UTC

mesos git commit: Removed unbalanced parenthesis in flag description.

Repository: mesos
Updated Branches:
  refs/heads/master 2dfd753f1 -> 6fec95d28


Removed unbalanced parenthesis in flag description.


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

Branch: refs/heads/master
Commit: 6fec95d283f1ccbaa3fa40f2fa836ff78747094e
Parents: 2dfd753
Author: Benno Evers <be...@mesosphere.com>
Authored: Mon Nov 6 12:07:17 2017 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Nov 6 12:12:33 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/6fec95d2/src/slave/flags.cpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp
index 789b45b..63aaac2 100644
--- a/src/slave/flags.cpp
+++ b/src/slave/flags.cpp
@@ -441,7 +441,7 @@ mesos::internal::slave::Flags::Flags()
       "reconnect: Reconnect with any old live executors.\n"
       "cleanup  : Kill any old live executors and exit.\n"
       "           Use this option when doing an incompatible agent\n"
-      "           or executor upgrade!).",
+      "           or executor upgrade.",
       "reconnect");
 
   add(&Flags::recovery_timeout,