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

Command line documentation is wrong #16

Open
bgagnon opened this issue Jan 23, 2018 · 3 comments
Open

Command line documentation is wrong #16

bgagnon opened this issue Jan 23, 2018 · 3 comments

Comments

@bgagnon
Copy link

bgagnon commented Jan 23, 2018

The command line does not accept the arguments documented in README.md.

This:

-exporter.bind_address
-logstash.endpoint

Should be:

--web.listen-address
--logstash.endpoint

Sample usage:

--web.listen-address=:9198
--logstash.endpoint=http://localhost:9600
@mjtrangoni
Copy link

Yes, you are right. This is because of the switch to kingpin. I forgot to change the README.md file too.

@jbkc85
Copy link

jbkc85 commented Apr 19, 2018

^ just submitted a new README for this

@IngaFeick
Copy link

Just had the same issue. Any plans to merge #19 please? :)

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

No branches or pull requests

4 participants