Skip to content
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

Wrong help information for "enb server -h" command call #101

Closed
narqo opened this issue May 28, 2014 · 2 comments · Fixed by #387
Closed

Wrong help information for "enb server -h" command call #101

narqo opened this issue May 28, 2014 · 2 comments · Fixed by #387
Assignees
Milestone

Comments

@narqo
Copy link

narqo commented May 28, 2014

-h option is doubled in enb server's help:

  › enb server --help

  Usage: server [options]

  Options:

    -h, --help             output usage information
    -p, --port <port>      socket port [8080]
    -h, --host <host>      socket host [0.0.0.0]
    -s, --socket <socket>  unix socket path
  › enb server -h

  error: option `-h, --host <host>' argument missing
@mdevils
Copy link
Contributor

mdevils commented May 28, 2014

Yes, this is an error.

@blond blond added the bug label Jan 30, 2015
@blond blond added this to the 1.0 milestone Jan 30, 2015
@blond
Copy link
Member

blond commented Jan 30, 2015

Need remove short -h flag of option host in v1.0.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants