You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/05/31 21:43:17 UTC

mesos git commit: Tweak wording of master flag usage text.

Repository: mesos
Updated Branches:
  refs/heads/master 0bc502292 -> d5c5561c0


Tweak wording of master flag usage text.


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

Branch: refs/heads/master
Commit: d5c5561c0e58183a61c014e1de4095c9ea703fec
Parents: 0bc5022
Author: Neil Conway <ne...@gmail.com>
Authored: Wed May 31 14:42:55 2017 -0700
Committer: Neil Conway <ne...@gmail.com>
Committed: Wed May 31 14:42:55 2017 -0700

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 src/master/flags.cpp  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d5c5561c/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 8c3be23..bb4c5a1 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -587,7 +587,7 @@ Note that if the flag <code>--authorizers</code> is provided with a value
 different than the default <code>local</code>, the ACLs
 passed through the <code>--acls</code> flag will be ignored.
 <p/>
-Currently there's no support for multiple authorizers. (default: local)
+Currently there is no support for multiple authorizers. (default: local)
   </td>
 </tr>
 <tr>

http://git-wip-us.apache.org/repos/asf/mesos/blob/d5c5561c/src/master/flags.cpp
----------------------------------------------------------------------
diff --git a/src/master/flags.cpp b/src/master/flags.cpp
index b1c0886..750b7b9 100644
--- a/src/master/flags.cpp
+++ b/src/master/flags.cpp
@@ -509,7 +509,7 @@ mesos::internal::master::Flags::Flags()
       "different than the default `" + string(DEFAULT_AUTHORIZER) + "`, the\n"
       "ACLs passed through the `--acls` flag will be ignored.\n"
       "\n"
-      "Currently there's no support for multiple authorizers.",
+      "Currently there is no support for multiple authorizers.",
       DEFAULT_AUTHORIZER);
 
   add(&Flags::http_authenticators,