https://issues.apache.org/bugzilla/show_bug.cgi?id=52144
--- Comment #8 from Luis Bernardo <[email protected]> --- Created attachment 28805 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28805&action=edit patch and simple unit test this bug report starts from a misunderstanding of what the -v means. it does not mean version but verbose. version is given by -version. verbose at the moment outputs the version and continues processing as if no -v is used. so verbose is really no more verbose than the default behavior. the submitted patch fixes the behavior as suggested in the above comments. I think this is a sensible behavior in any case, independently of -v being version or verbose. the patch also includes a simple unit test. -- You are receiving this mail because: You are the assignee for the bug.
