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

-B 0 and -A 0 are silently ignored #86

Closed
reedjc opened this issue Oct 17, 2019 · 0 comments
Closed

-B 0 and -A 0 are silently ignored #86

reedjc opened this issue Oct 17, 2019 · 0 comments
Assignees

Comments

@reedjc
Copy link
Contributor

reedjc commented Oct 17, 2019

-A 0 -B 0 -c
results in:
error: -c without -A or -B makes no sense.
Using either -A or -B without -c is just silently ignored.
Looking at manual it requires a positive number when in that format. And code checks for != 0.
0 could be valid is as in show all first seen since epoch but not really important.
Its just the error output is misleading.
This is low priority.

@vixie vixie self-assigned this Dec 17, 2019
djw1149 added a commit that referenced this issue Dec 18, 2019
fix #86 by checking argument to -A and -B options
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

2 participants