espdiff prints wrong text when called with bad option
Bug #1393246 reported by
cgedwards
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
patchutils (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
lsb_release -rd gives: Ubuntu 14.04.1 LTS
apt-cache policy patchutils gives:
patchutils:
Installed: 0.3.2-3
Candidate: 0.3.2-3
Version table:
*** 0.3.2-3 0
500 http://
100 /var/lib/
Running espdiff --asdf outputs to stderr:
espdiff: unrecognised option '--asdf'
Try 'cat --help' for more information.
I would expect it to output to stderr:
espdiff: unrecognised option '--asdf'
Try 'espdiff --help' for more information.
To post a comment you must log in.