From 5c32d3871fd5ca9337023bb30bb422a10eb6493a Mon Sep 17 00:00:00 2001 From: Yanqiang Miao Date: Sat, 27 May 2017 13:42:16 +0800 Subject: [PATCH] Fix the description of cmd 'pprof threadcreate' Signed-off-by: Yanqiang Miao --- cmd/ctr/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctr/pprof.go b/cmd/ctr/pprof.go index 88da7d913..505e48fae 100644 --- a/cmd/ctr/pprof.go +++ b/cmd/ctr/pprof.go @@ -129,7 +129,7 @@ var pprofBlockCommand = cli.Command{ var pprofThreadcreateCommand = cli.Command{ Name: "threadcreate", - Usage: "goroutine blocking profile", + Usage: "goroutine thread creating profile", Action: func(context *cli.Context) error { client := getPProfClient(context)