Make --help and --version work consistently across all tools.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 Sep 2012 17:08:15 +0000 (17:08 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 19 Sep 2012 17:08:15 +0000 (17:08 +0000)
commitbcb1823f2c7cb3e886e54c6932ff2c37731d8ab8
tree473b10eb7ed19283cf8d51ffa2a4b5cc83b13797
parent65e2b30c97746dc87e6d7bf8f6cfffa42bf35e4f
Make --help and --version work consistently across all tools.

Well, at least across all command-line tools on both Windows and Unix,
and the GTK apps on Unix too. The Windows GUI apps fundamentally can't
write to standard output and it doesn't seem sensible to use message
boxes for these purposes :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@9673 cda61777-01e9-0310-a592-d414129be87e
cmdgen.c
pscp.c
psftp.c
unix/gtkwin.c
unix/uxplink.c
windows/winplink.c