Skip to content

Commit

Permalink
cmd: replace HYDRA_PROFILING with PROFILING - closes #274 (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Tremblay <[email protected]>
  • Loading branch information
otremblay authored and arekkas committed Oct 1, 2016
1 parent efc7e58 commit 16209f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ HTTPS CONTROLS
DEBUG CONTROLS
==============
- HYDRA_PROFILING: Set "HYDRA_PROFILING=cpu" to enable cpu profiling and "HYDRA_PROFILING=memory" to enable memory profiling.
- PROFILING: Set "PROFILING=cpu" to enable cpu profiling and "PROFILING=memory" to enable memory profiling.
It is not possible to do both at the same time.
Example: HYDRA_PROFILING=cpu
Example: PROFILING=cpu
`,
Run: server.RunHost(c),
}
Expand Down

0 comments on commit 16209f6

Please sign in to comment.