From ee8b0370d9152880e05fd9cfb530438bb4f5aefa Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 27 Jan 2001 15:51:41 +0000 Subject: [PATCH] Remove -gui from the command-line help in pscp, because it's an internal option only. git-svn-id: svn://svn.tartarus.org/sgt/putty@903 cda61777-01e9-0310-a592-d414129be87e --- scp.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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); } -- 2.11.0