Fix `make distcheck`
authorKirill Isakov <bootctl@gmail.com>
Sat, 12 Mar 2022 06:32:01 +0000 (12:32 +0600)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 12 Mar 2022 14:45:36 +0000 (15:45 +0100)
`make distcheck` builds and then calls both tinc and tincd with two options:

--version
--help

tincd behavior was changed by 28b7a53b6 to print usage information to
stderr, but automake expects to see a non-empty output from stdout, and
fails distcheck if it's empty.


No differences found