You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2018/04/18 04:22:02 UTC

[09/12] mesos git commit: Fixed help messages in MemoryProfiler.

Fixed help messages in MemoryProfiler.


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

Branch: refs/heads/master
Commit: 47e88dd987b179d7db7d21b79b70d824560f5a40
Parents: f5bd653
Author: Alexander Rukletsov <al...@apache.org>
Authored: Wed Apr 18 00:02:20 2018 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Wed Apr 18 06:20:29 2018 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/src/memory_profiler.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/47e88dd9/3rdparty/libprocess/src/memory_profiler.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/memory_profiler.cpp b/3rdparty/libprocess/src/memory_profiler.cpp
index 7a52b96..d935211 100644
--- a/3rdparty/libprocess/src/memory_profiler.cpp
+++ b/3rdparty/libprocess/src/memory_profiler.cpp
@@ -444,6 +444,7 @@ const std::string MemoryProfiler::DOWNLOAD_RAW_HELP()
         "> id=VALUE                  Optional parameter to request a specific",
         ">                           version of the profile."),
     AUTHENTICATION(true),
+    None,
     REFERENCES("[manpage]: http://jemalloc.net/jemalloc.3.html"));
 }
 
@@ -473,7 +474,7 @@ const std::string MemoryProfiler::DOWNLOAD_GRAPH_HELP()
         "Generates and returns a graph visualization."),
     DESCRIPTION(
         "Generates a graphical representation of the raw profile in the SVG",
-        "Using this endpoint requires that that jeprof and dot are installed"
+        "Using this endpoint requires that that jeprof and dot are installed",
         "on the host machine.",
         "*NOTE*: Generating the returned file might take several minutes.",
         "",