]> git.draconx.ca Git - mpdhacks.git/commit
Fix print_usage file handle in the perl scripts.
authorNick Bowler <nbowler@draconx.ca>
Sat, 23 May 2020 20:33:25 +0000 (16:33 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 23 May 2020 20:33:25 +0000 (16:33 -0400)
commit8a39a0fd4ed8d545759e07937fa4c66f5d324987
tree597a93a938816ec140da819ad004dfb7ab280f10
parent4fec499ce726a2dad91c05e2cd69566b31d9d15a
Fix print_usage file handle in the perl scripts.

Due to an off-by-one error all the perl scripts are printing the usage
line to standard error in the --help output, instead of standard output
as expected.  Fix that up.
mpdexec.pl
mpdmenu.pl
mpdreload.pl