You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by kl...@apache.org on 2017/05/29 23:11:24 UTC

mesos git commit: Updated comment in 'config.py' of the new Mesos CLI to be more accurate.

Repository: mesos
Updated Branches:
  refs/heads/master 2dada1832 -> ccc95d942


Updated comment in 'config.py' of the new Mesos CLI to be more accurate.


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

Branch: refs/heads/master
Commit: ccc95d942be283d1cc6cebb4170e5cb6bc11108c
Parents: 2dada18
Author: Kevin Klues <kl...@gmail.com>
Authored: Mon May 29 15:50:42 2017 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Mon May 29 16:05:53 2017 -0700

----------------------------------------------------------------------
 src/cli_new/lib/cli/config.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ccc95d94/src/cli_new/lib/cli/config.py
----------------------------------------------------------------------
diff --git a/src/cli_new/lib/cli/config.py b/src/cli_new/lib/cli/config.py
index 978db80..353785b 100644
--- a/src/cli_new/lib/cli/config.py
+++ b/src/cli_new/lib/cli/config.py
@@ -47,9 +47,7 @@ class Config(object):
 
     def plugins(self):
         """
-        Parse and load the builtin plugins and the ones in the configuration
-        file. If this method is called using 'mesos config plugins', it
-        displays the plugins that can be used.
+        Parse the plugins listed in the configuration file and return them.
         """
         # Allow extra plugins to be pulled in from the configuration file.
         if "plugins" in self.data: