From 8bce06889dd18031cbde45004d1bf17099b8725d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 6 Jun 2000 09:51:27 +0000 Subject: [PATCH] "pscp" was spelled "scp" in usage message [originally from svn r497] --- scp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scp.c b/scp.c index 0bc0f582..8f70a53f 100644 --- a/scp.c +++ b/scp.c @@ -805,9 +805,9 @@ static void usage(void) { printf("PuTTY Secure Copy client\n"); printf("%s\n", ver); - printf("Usage: scp [options] [user@]host:source target\n"); - printf(" scp [options] source [source...] [user@]host:target\n"); - printf(" scp [options] -ls user@host:filespec\n"); + printf("Usage: pscp [options] [user@]host:source target\n"); + printf(" pscp [options] source [source...] [user@]host:target\n"); + printf(" pscp [options] -ls user@host:filespec\n"); printf("Options:\n"); printf(" -p preserve file attributes\n"); printf(" -q quiet, don't show statistics\n");