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

xsv count's "--no-headers" helper message looks wrong #149

Open
tshinohara opened this issue Sep 28, 2018 · 2 comments · May be fixed by #179
Open

xsv count's "--no-headers" helper message looks wrong #149

tshinohara opened this issue Sep 28, 2018 · 2 comments · May be fixed by #179

Comments

@tshinohara
Copy link

-n, --no-headers       When set, the first row will not be included in
                       the count.

Shouldn't it be "will be included"? The count increments when I specify this option.
(English is not my first language. It might be my stupid mistake)

@wukuan405
Copy link

same issues with me.

$ echo -e "a\nb" | xsv count -
1
$ echo -e "a\nb" | xsv count -n -
2

@BurntSushi
Copy link
Owner

@wukuan405 that behavior is correct. The docs are wrong.

@tshinohara tshinohara linked a pull request May 21, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants