X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/feb7fdfe6d80a585f33113a8751b9e0dfa0142b6..ded53fce5af6818acc2da88653b56c5c94377b8e:/scp.c diff --git a/scp.c b/scp.c index c53e6b69..fcd5e1a7 100644 --- a/scp.c +++ b/scp.c @@ -1199,8 +1199,16 @@ static void usage(void) printf(" -v show verbose messages\n"); printf(" -P port connect to specified port\n"); printf(" -pw passw login with specified password\n"); - /* GUI Adaptation - Sept 2000 */ +#if 0 + /* + * -gui is an internal option, used by GUI front ends to get + * pscp to pass progress reports back to them. It's not an + * ordinary user-accessible option, so it shouldn't be part of + * the command-line help. The only people who need to know + * about it are programmers, and they can read the source. + */ printf(" -gui hWnd GUI mode with the windows handle for receiving messages\n"); +#endif exit(1); }