From 3f7eaf604751a78eb77ac54e89544041cdbd1b34 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 3 Mar 2020 22:21:53 +0200 Subject: Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3bcedf..6ec99f3 100644 --- a/README.md +++ b/README.md @@ -105,5 +105,5 @@ func Foo() { #### Debugging * `/hprof` - Create a heap profile and write it to `gomuks.heap.prof` in the current directory. -* `/pprof ` - Profile the CPU usage for the given number of seconds and write it to `gomuks.cpu.prof`. +* `/cprof ` - Profile the CPU usage for the given number of seconds and write it to `gomuks.cpu.prof`. * `/trace ` - Trace calls for the given number of seconds and write traces to `gomuks.trace`. -- cgit v1.2.3