Merge pull request #927 from miaoyq/fix-description-for-pprof

Fix the description of cmd 'pprof threadcreate'
This commit is contained in:
Michael Crosby 2017-05-30 09:13:57 -07:00 committed by GitHub
commit f55f40eeec

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)