mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-30 16:30:29 -05:00

We now show the --help output if invoked with no arguments, and the help text also includes a big safety warning in the hope of stopping anyone from mistaking this for a _secure_ SSH server implementation. While I'm here, the errors now all use appname[] in place of constantly repeating the program name. (Not because I anticipate a change right now, but if nothing else, it makes things easier moving errors out into shared source files or between applications.)