etcdserver/api/v2http, Documentation: fix debug pprof index miss / in end

This commit is contained in:
smallfish
2016-07-07 17:35:07 +08:00
parent c4a280e511
commit e6d15b966c
5 changed files with 5 additions and 5 deletions

View File

@ -146,6 +146,6 @@ given by the consensus protocol.
profiling flags:
--enable-pprof 'false'
Enable runtime profiling data via HTTP server. Address is at client URL + "/debug/pprof"
Enable runtime profiling data via HTTP server. Address is at client URL + "/debug/pprof/"
`
)