]> git.draconx.ca Git - gob-dx.git/commit
Improve --version output.
authorNick Bowler <nbowler@draconx.ca>
Tue, 11 Feb 2020 01:37:12 +0000 (20:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 14 Feb 2020 05:27:12 +0000 (00:27 -0500)
commit268cd12f990b95d82d00e639288563c6c6ce9452
tree642abd463db1a9e1db2d047f4f4d90c82723a49d
parentf415b094c750fb9f7cbfda0311bc5ba2024f385b
Improve --version output.

A program's version text, when requested by the user, is not an error
message.  Kind of silly to direct it to the standard error stream.

Adjust the program so that version text goes to standard output, and
format the message to be consistent with the GNU coding standards.
configure.ac
src/main.c
tests/options.at