Bug 90

Summary: regression for bug 52 (--help option writes to stderr instead of stdout)
Product: passt Reporter: Erik Sjölund <erik.sjolund>
Component: pastaAssignee: David Gibson <dgibson>
Status: RESOLVED FIXED    
Severity: normal CC: dgibson
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   

Description Erik Sjölund 2024-05-25 09:27:54 UTC
The help output is written to stderr. Write the help output to stdout instead.
This a regression, as it was already fixed in bug 52

https://bugs.passt.top/show_bug.cgi?id=52

Reproducer:

A test on Fedora 40

$ /usr/bin/pasta --help 2> /dev/null
$ /usr/bin/pasta -h 2> /dev/null
$ rpm -qf /usr/bin/pasta
passt-0^20240510.g7288448-1.fc40.x86_64
Comment 1 David Gibson 2024-06-17 01:27:16 UTC
Fixes are merged as of the 2024_06_07.8a83b53 release.

Erik, can you confirm that the problem is now fixed?
Comment 2 Erik Sjölund 2024-06-17 15:05:08 UTC
I tried git commit 7e87bd98ac0cf58d9cf2328b933dbbb74f300c15
It now works as expected. The problem has been fixed.
Thanks!
Comment 3 David Gibson 2024-06-18 00:12:14 UTC
Excellent.