Skip to content

Commit

Permalink
Fix #274 - replace HYDRA_PROFILING with PROFILING
Browse files Browse the repository at this point in the history
  • Loading branch information
otremblay authored and ls-olivier-tremblay committed Sep 30, 2016
1 parent 7d16c7e commit 7b42ddb
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 7b42ddb

Please sign in to comment.