netstat arg parser not warn about unused arguments
Bug #199364 reported by
Alexander Sashnov
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
net-tools (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: net-tools
Seems netstat uses only command line options (-t or --tcp for example) and not uses arguments at all.
But command line parser not warn about it
For example:
$ netstat -atn # works fine
$ netstat atn # my misstake- I forgot '-'
-- output is idential just 'netstat', argument 'atn' is silently ignored.
Expected:
netstat must warn about incorrect command line arguments.
Changed in net-tools: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Confirming this.