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 <mohamedhfazal@gmail.com>
  • Loading branch information
mfzl authored and arekkas committed Oct 9, 2016
1 parent 835bb2b commit 6b9dd26
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 6b9dd26

Please sign in to comment.