Fix typo in readme

This commit is contained in:
Tulir Asokan 2020-03-03 22:21:53 +02:00
parent e25674ca5f
commit 3f7eaf6047

View File

@ -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`.