Fix the description of cmd 'pprof threadcreate'

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
Yanqiang Miao 2017-05-27 13:42:16 +08:00
parent 7fc91b0591
commit 5c32d3871f

View File

@ -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)