Fix the description of cmd 'pprof threadcreate'
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
parent
7fc91b0591
commit
5c32d3871f
@ -129,7 +129,7 @@ var pprofBlockCommand = cli.Command{
|
|||||||
|
|
||||||
var pprofThreadcreateCommand = cli.Command{
|
var pprofThreadcreateCommand = cli.Command{
|
||||||
Name: "threadcreate",
|
Name: "threadcreate",
|
||||||
Usage: "goroutine blocking profile",
|
Usage: "goroutine thread creating profile",
|
||||||
Action: func(context *cli.Context) error {
|
Action: func(context *cli.Context) error {
|
||||||
client := getPProfClient(context)
|
client := getPProfClient(context)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user