-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd: fix typo in host command help text #291
Conversation
…n TokenAllowed and TokenValid Signed-off-by: Mohamedh Fazal <[email protected]>
Signed-off-by: Mohamedh Fazal <[email protected]>
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change this to:
HOST: The host interface hydra should listen on. Leave empty to listen on all interfaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Awesome, thanks! Will merge once tests are done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Signed-off-by: Mohamedh Fazal <[email protected]>
Signed-off-by: Mohamedh Fazal <[email protected]>
^