aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-03-03 22:21:53 +0200
committerTulir Asokan <tulir@maunium.net>2020-03-03 22:21:53 +0200
commit3f7eaf604751a78eb77ac54e89544041cdbd1b34 (patch)
treebe6ae37b370aa7a7325d88a22cf886ee3a2b3bb4 /README.md
parente25674ca5f9012afd48d85ae97b0d1333c84505c (diff)
Fix typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <seconds>` - Profile the CPU usage for the given number of seconds and write it to `gomuks.cpu.prof`.
+* `/cprof <seconds>` - Profile the CPU usage for the given number of seconds and write it to `gomuks.cpu.prof`.
* `/trace <seconds>` - Trace calls for the given number of seconds and write traces to `gomuks.trace`.