]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - cmdgen.c
Make --help and --version work consistently across all tools.
authorSimon Tatham <anakin@pobox.com>
Wed, 19 Sep 2012 17:08:15 +0000 (17:08 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 19 Sep 2012 17:08:15 +0000 (17:08 +0000)
commit5db48dcddb0556e2b5930ba8fd4a4247f67b01d4
tree473b10eb7ed19283cf8d51ffa2a4b5cc83b13797
parent65290ced76509ef8cbc65ea4dbc1525268f5040b
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 :-)

[originally from svn r9673]
cmdgen.c
pscp.c
psftp.c
unix/gtkwin.c
unix/uxplink.c
windows/winplink.c