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:41:34 UTC

mesos git commit: Updated __doc__ description in __init__.py for the the new Mesos CLI.

Repository: mesos
Updated Branches:
  refs/heads/master ccc95d942 -> 8fb22bf4b


Updated __doc__ description in __init__.py for the the new Mesos CLI.


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

Branch: refs/heads/master
Commit: 8fb22bf4bf4d970313e8b07dd814545bd7f21ee3
Parents: ccc95d9
Author: Kevin Klues <kl...@gmail.com>
Authored: Mon May 29 16:39:57 2017 -0700
Committer: Kevin Klues <kl...@gmail.com>
Committed: Mon May 29 16:39:57 2017 -0700

----------------------------------------------------------------------
 src/cli_new/lib/cli/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8fb22bf4/src/cli_new/lib/cli/__init__.py
----------------------------------------------------------------------
diff --git a/src/cli_new/lib/cli/__init__.py b/src/cli_new/lib/cli/__init__.py
index 4ddbb0e..e594b30 100644
--- a/src/cli_new/lib/cli/__init__.py
+++ b/src/cli_new/lib/cli/__init__.py
@@ -15,7 +15,7 @@
 # limitations under the License.
 
 """
-Mesos Module
+Mesos CLI Module
 """
 
 from . import config