From 6b9dd26e4ab62ae5838e70be5b2354d3e1956f38 Mon Sep 17 00:00:00 2001 From: fazal Date: Sun, 9 Oct 2016 13:54:42 +0500 Subject: [PATCH] cmd: fix typo in host command help text (#291) Signed-off-by: Mohamedh Fazal --- cmd/host.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/host.go b/cmd/host.go index b9604d96510..ba2a840b47a 100644 --- a/cmd/host.go +++ b/cmd/host.go @@ -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.