src-d / beanstool

Dependency free beanstalkd admin tool
MIT License
155 stars 32 forks source link

Fix double help message (stdout, stderr) fixes #12 #15

Closed ferhatelmas closed 8 years ago

ferhatelmas commented 8 years ago

flags.Default contains flags.PrintErrors it automatically writes help message to os.Stderr when flag is given and error handling code was writing it to os.Stdout, again.

ferhatelmas commented 8 years ago

I didn't touch import failure here since it's already fixed in #14 .