diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-03-03 22:21:53 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2020-03-03 22:21:53 +0200 |
commit | 3f7eaf604751a78eb77ac54e89544041cdbd1b34 (patch) | |
tree | be6ae37b370aa7a7325d88a22cf886ee3a2b3bb4 | |
parent | e25674ca5f9012afd48d85ae97b0d1333c84505c (diff) |
Fix typo in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |