Skip to content

Commit

Permalink
cmd: fix typo in host command help text (ory#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamedh Fazal <[email protected]>
  • Loading branch information
mfzl authored and emilva committed Oct 15, 2016
1 parent 26a59b0 commit 320ab1b
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 @@ -45,8 +45,8 @@ CORE CONTROLS
- PORT: The port hydra should listen on.
Defaults to PORT=4444
- HOST: The port hydra should listen on.
Example: PORT=localhost
- HOST: The host interface hydra should listen on. Leave empty to listen on all interfaces.
Example: HOST=localhost
- BCRYPT_COST: Set the bcrypt hashing cost. This is a trade off between
security and performance. Range is 4 =< x =< 31.
Expand Down

0 comments on commit 320ab1b

Please sign in to comment.